Windows 2008 R2 Standard x64, with IIS 7.5
When trying to load any ASP page (in IE right on the server), I instantly receive a "HTTP/1.1 500 Server Error". I have un-ticked "show friendly error messages" in IE.
IIS Logs show:
"ASP_0147|500_Server_Error".
Event Viewer->Application gives me:
Error: ASP will not serve requests because it could not perform the first request initialization..
And finally, the usually helpful Failed Request Tracing gives me 2 entries:
ASP_LOG_ERROR (Labeled as ERROR)
LineNumber:
ErorrCode: ASP 0147
Description: 500 Server Error
MODULE_SET_RESPONSE_ERROR_STATUS (Labeled as WARNING)
ModuleName: IsapiModule
Notification: 128
HttpStatus: 500
HttpReason: Server Error
HttpSubStatus: 0
ErrorCode: 0
ConfigExceptionInfo:
Notification: EXECUTE REQUEST HANDLER
ErrorCode: The operation completed successfully. (0x0)
I have double-checked all permissions and accounts. I have switched the app pool pipeline mode back and forth. And of course, I removed the IIS role from the server, and reinstalled that and the ASP Role Service about 5 times. I also have the Error Pages setting at the site level to show "Detailed Errors". I get the same errors for every ASP page, including a test one that is nothing but a response.write.
The real kicker is that I had this working when I came in this morning. I don't know if I clicked something in IIS by mistake or what. I have scoured the web for the past 8 hours. Experts -- what happened?
A few steps that you may try:
<%=Now%>
and see if you get the latest time. If this doesn't work, then it is related with permissions. In that case, use Process Monitor to find out any Access Denied and fix it. Check this blog post.The download links have changed: http://technet.microsoft.com/en-us/sysinternals/bb896645
Note: in case you don't see any access denied, try this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With