473,405 Members | 2,404 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

modify web forms on a different server.CANT see the DESIGN VIEW!

Hi
I have a website (ASP.NET project using C# ) which is already put up on the
server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha pages.

But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud
Jul 21 '05 #1
4 1713
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and
the DLL. The C# files are not copied to the server, so copying files off of
the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of
doing that.

Much better: to back to the original source code. If that has been lost,
then look at disassembling. If that doesn't work... you're toast... start
over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on the server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha pages.
But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page when in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory there are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud

Jul 21 '05 #2
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the web
pages, what all will I need? I need the original project folder with the C#
files & the solution file & the .csproj file aslo?And then I would open the
..csproj file for the project which will open the project properly so that I
can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and
the DLL. The C# files are not copied to the server, so copying files off of
the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of
doing that.

Much better: to back to the original source code. If that has been lost,
then look at disassembling. If that doesn't work... you're toast... start
over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on

the
server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha

pages.

But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page

when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory

there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud


Jul 21 '05 #3
You need the complete source code. The original project folder should
contain it. You would need to open the CSPROJ file (or a solution file that
refers to the CSPROJ file). Then, you would have no difficulty.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BB**********************************@microsof t.com...
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the web pages, what all will I need? I need the original project folder with the C# files & the solution file & the .csproj file aslo?And then I would open the .csproj file for the project which will open the project properly so that I can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and the DLL. The C# files are not copied to the server, so copying files off of the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of doing that.

Much better: to back to the original source code. If that has been lost, then look at disassembling. If that doesn't work... you're toast... start over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on
the
server. I need to make some modification to some web pages.So the

project files were copied to the a different server where I could modify tha

pages.

But when I open the .aspx pages with Visual studio.net, then I just see the HTML code & no design view of the page. How should I edit the page

when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory

there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud


Jul 21 '05 #4
Hey Nick,

Thanks a lot. Your reply has been a great help...

"Nick Malik" wrote:
You need the complete source code. The original project folder should
contain it. You would need to open the CSPROJ file (or a solution file that
refers to the CSPROJ file). Then, you would have no difficulty.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BB**********************************@microsof t.com...
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the

web
pages, what all will I need? I need the original project folder with the

C#
files & the solution file & the .csproj file aslo?And then I would open

the
.csproj file for the project which will open the project properly so that

I
can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and the DLL. The C# files are not copied to the server, so copying files off of the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of doing that.

Much better: to back to the original source code. If that has been lost, then look at disassembling. If that doesn't work... you're toast... start over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
> Hi
> I have a website (ASP.NET project using C# ) which is already put up on the
> server. I need to make some modification to some web pages.So the project > files were copied to the a different server where I could modify tha
pages.
>
> But when I open the .aspx pages with Visual studio.net, then I just see > the HTML code & no design view of the page. How should I edit the page
when
> in Visual Studio I cant see the design view.
>
> Just in case this is useful....on the server, in the project directory
there
> are .aspx files but no C# files.But In the HTML code the Codebehind
> attribute refers to the .cs file for tha page.
>
> Please help. Its urgent!!!
> --
> pmud


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: ALthePal | last post by:
Hi, I'm not sure if we are able to or even how to loop through the web forms in a VB.NET project during design time. In MSAccess we are able to go through the database -> forms collection and...
7
by: aaaaaa | last post by:
Hi, I created some forms and during the wizard I chose the Datasheet View, and when I open the forms from the main objects window they open up in datasheet view. But when I created a switchboard...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
9
by: AP | last post by:
I personally cannot stand the Allow Design Changes property set to anything other than design view. Is there a way to loop through all forms and set this property to design view only? There always...
5
by: moondaddy | last post by:
I'm setup with a new ISP where we were given an account which we could setup multiple domains. To do this we were given a root directory where we setup a folder for each domain. then we mapped...
4
by: pmud | last post by:
Hi I have a website (ASP.NET project using C# ) which is already put up on the server. I need to make some modification to some web pages.So the project files were copied to the a different server...
7
by: Jeff | last post by:
I plan to write a Windows Forms MDI application for a medical office. Users must be able to select a patient and view related information on multiple forms; with1-4 forms opened at the same time...
0
by: Jeremy Wallace | last post by:
Folks, Here's a write-up I did for our developer wiki. I don't know if the whole rest of the world has already figured out how to do this, but I hadn't ever seen it implemented, and had spent a...
8
by: zufie | last post by:
Hi, I created some forms using the "Create form using Wizard". However, I cannot view the forms I created with Wizard unless I click on the Design View icon. I checked the forms' properties...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.