Despise yourself, all the more basic it is, the easier it is to have problems
Yesterday LP installed IIS under Win2003 and wanted to test an ASP website, but when it ran, it always prompted 'the page cannot be found', but it is normal to browse static pages such as html, and I can't figure it out. I also helped for a long time, reset the directory, and it was useless to change the permissions, and it was still the same error. There is really no way, search on the Internet, it turns out that there are several Web service extensions in IIS6.0 that are prohibited, and the three items of Active Server Pages, WebDAV, and the included files on the server side are set to allow, as shown in the figure:
In the end, everything was normal~~~
Here is a simple summary of the solution from Script House:
1. Check whether the ASP in the web service extension is enabled
2. Check the permission of the web directory
3. Cancel IE's display friendly http error message (so that we can check the real error, provided that the detailed http error message is sent to the client in IIE)
|