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