Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"The system cannot find the file specified"

Status
Not open for further replies.

ton12

Programmer
Mar 9, 2005
58
GB

Windows Server 2003, IIS 6.0.

My asp-based website was working well.
I had to reboot my server but since the reboot
I'm getting the following error message :

"The system cannot find the file specified"

when trying to access any 'asp' pages. All
HTML pages are fine.

I have tried a simple page like this :
<%
Response.Write("Hello Me")
%>

but am still getting the same error message.

Any suggestions?

Thanks in advance.
Ton
 
If you try a simple html page does it work? I've run into this with asp.net. I had to re-register the framework with IIS. Also expand your webservices tab in IIS and make sure that ASP is allowed.

J
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top