Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just built a Window 2003 Server running as a domain controller, dns server
and application server. I added a web site and configured it to run ASP.NET
2.0. The .Net 2 framework is installed, and the Active Server Pages web
service is enabled. The web site is configured to accept anonymous requests,
to allow scripts (ie aspx) and the IUSR account has read/execute rights on
the site folder. IIS serves up files with .htm, .asp extensions but returns
a 404 error when I try to get .aspx files. Before it was working fine but after reinstalling IIS v6 it brought up this problem. This web applicatin has been packaged my MSI to generate the deployment startup.
I have followed all the procedures of creating a webserver. When i browse the vitual directory within the webserver which i have created it is able to view the page. When i go to the browser to view via HTTP it i cant get the page. It returns the following error. I have done this on the intranet

Server Error in '/' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /ShowActionStepsTablePage.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3620; ASP.NET Version:2.0.50727.3618

Any ideas would be appreciated.
Posted
Comments
R. Giskard Reventlov 5-May-11 3:31am    
what is the full url you are using?
Sandeep Mewara 5-May-11 4:49am    
It simply means that the URL you used in order to access the page is incorrect as the file is not present in the hierarchy as you asked for in the URL.

Sure the URL is correct?

1 solution

I've done this before and I found it was because I when I did the reinstall the port number was changed. I would verify the port, clear the server cache, browser cache and make sure you can access the server locally. Ping it to make sure you can see it. Hope this helps and good luck
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900