I have already enabled classic asp support on IIS for windows 7, and configured IIS web for classic asp,Yet .asp page is not being displayed? [closed]
It possible that you haven't got Classic ASP support installed in IIS. To do this in Windows 7 follow the steps below;
How to enable Classic ASP support on IIS for Windows 7
Installing Classic ASP support
Goto
Control Panel
->Programs and Features
-
Select from the left navigation bar
-
From the
Windows Features
dialog expandInternet Information Services
->World Wide Web Services
->Application Development Features
and tick the optionASP
this will also tickISAPI Extensions
if not already ticked (see image).
Configuring IIS Web for Classic ASP
Open
Administrative Tools
->Internet Information Services (IIS) Manager
and select the website you wish to configure.In
Features View
under theIIS
section selectHandler Mappings
check the existing mappings list that appears for a handler that points to*.asp
if one doesn't exist selectAdd Script Map
from the right hand navigation bar.-
Fill in the options as per the below image
IMPORTANT If using 64-bit and want to enable 32-bit support you may wish to use the 32 bit equivalent ISAPI DLL. See Dee's answer to How to enable ASP classic in IIS7.5
-
Select the
Request Restrictions
button to openRequest Restrictions
dialog. The three images below detail the values that should be configured if not already set.