Classic ASP / IIS 7 configuration problem
I’m trying to create and configure a classic asp site under IIS on a WIndows10, first in a test environment with the intent of later running in a production environment after the test site works. This same site runs in production on Windows 2003 servers under
IIS6.
My current problem is that the asp code itself is being served up, instead of being processed as asp code. It seems that a missing or mis-configured handler is the likely culprit, but I’m at a loss to figure out exactly what that might be.
I have taken the following steps thus far:
1) Installed the ASP, ISAPI Extensions, ISAPI Filters, and Server Side Includes
2) In the ASP feature,
a. Set Enable Parent Paths = True
b. Set Send Errors to Browser = True
3. Have following handler-mapping
Name:ASP *.asp - ServerSideIncludeModule - Executable-%windir%\system32\inetsrv\asp.dll
static html runs without any problems.
Any advice or insights would be greatly appreciated.
Thanks,