I've been going through the posts here & I still can't run a simple classic ASP page:
<%
response.write "here"
%>
I've added both 'ASP' & 'ISAPI Extensions' via the 'Programs & Features' dialogue without any success. Instead of the original 404 error that I was initially getting, I am now getting the following error msg:
HTTP Error 500.0 - Internal Server Error
Description: Handler "ASPClassic" has a bad module "IsapiModule" in its module list
Error Code: 0x8007000d
Notification: ExecuteRequestHandler
Module: IIS Web Core
Requested URL: http://localhost:80/xxxx/xxxx/xxxxxx.asp
Physical Path: C:\inetpub\wwwroot\xxxx\xxxx\xxxxxx.asp
Logon User: Anonymous
Logon Method: Anonymous
Handler: ASPClassic
Also, I've tried setting the 'scriptErrorSentToBrowser' to true without any success or change in the error message.
Any help would be greatly appreciated.
Cheers,
p.