Adding a web page to a hosted web site

P

pavvu.akk

Hi All,
I never thought that I could face such an issue :) We have a webstite
that is hosted on Windows 2003 Server. Now I want to add a new web page
to the site. The site is develped in .NET 1.1 using C# in VS.NET 2003.

I was able to add a web page, newpage.aspx, in an existing folder to
the project successfully. But when I tried to access the page using the

URL it is returning a 404 page not found error. When I opened an
already existing or hosted page in the same folder it is opening
without any errors. I also tried making a copy of this hosted page,
renaming it and then opening it. But even this is resulting in the same

error.


Pls let me know if I am missing anything,
Awaiting a reply
Regards
pk
 
D

Dominick Baier [DevelopMentor]

Hi,

where is your page code - inline or code behind??

if it is in a separate file (.cs or .vb) - you also have to update the assembly
containing the code in behind in you /bin directory.
 
P

pavvu.akk

Hi,

Yes I have a .cs file (code behind) for my .aspx page.
what exactly should I update in my assembly?
 
D

Dominick Baier [DevelopMentor]

this .cs gets part of your /bin/NameOfApp.dll

you have to upload the .aspx file and the .dll
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top