I was deploying an application in a Windows 2003 Server and got the following error:
“The page cannot be found. HTTP Error 404 – File or directory not found.
Internet Information Services (IIS)”
I went to IIS, and looked for the “Web Service Extensions” section. I made sure the following is allowed:
- Active Server Pages
- ASP.NET v1.1.4322
In my case it was in a “prohibited” status. After it was in an “allowed” status, this error went away.