The script processor for classic ASP is not:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
and
%windir%\system32\inetsrv\asp.dll
Here is the correct record for displaying the handler from the IIS7 file applicationHost.configwhen installing Classic ASP:
<add name="ASPClassic"
path="*.asp"
verb="GET,HEAD,POST"
modules="IsapiModule"
scriptProcessor="%windir%\system32\inetsrv\asp.dll"
resourceType="File" />
It looks like you did not install Classic ASP on your server or workstation.
Windows 7 → , " Windows". , , , "ASP" :

Windows 2008R2 → → . "" , "- (IIS)". " ", ( ASP, , ):

ASP , " " ASP "- → " "", .
, IIS:
