I have spent three days googling and trying everything to get my IIS7 installation on my laptop to server ASP (or PHP or ASP.NET) pages. I have tried everything and I am obviously missing something.
I have a handler for all of them but they all come back with 404.3 error. I am running ColdFusion on the same server without an issue (and Zoom Search Engine too).
I have uninstalled and reinstalled IIS and ASP/PHP/ASP.Net and the error never changes.
This is what is coming back from the server from a classic ASP page that I KNOW works.
HTTP Error 404.3 - Not Found
The page you are
requesting cannot be served because of the extension configuration. If
the page is a script, add a handler. If the file should be downloaded,
add a MIME map.
The module doesn't seem like that should be correct and neither does the handler.
| Module | StaticFileModule |
| Notification | ExecuteRequestHandler |
| Handler | StaticFile |
| Error Code | 0x80070032 |
| Requested URL | http://127.0.0.1/shahshah/Default.asp |
| Physical Path | C:\inetpub\wwwroot\shahshah\Default.asp |
| Logon Method | Anonymous |
| Logon User | Anonymous |
|---|
Anyone have any ideas on what I am missing on this? I manage servers all day long and have never been so frustrated!!