Hello,
Migrating classic ASP site from IIS7.5 Windows 2008 to IIS10 Windows 2016. On the IIS7.5 the site uses ".Net 2.0" application pool with Classic authentication.
Installed Web-ASP, Web-ISAPI-Ext, Web-ISAPI-Filter for ASP on the IIS10. Configured application pool. All settings look the same. Handler mapping for .asp exists.
List of installed web-related features on the server with IIS10:
Web-Server
Web-WebServer
Web-Common-Http
Web-Default-Doc
Web-Dir-Browsing
Web-Http-Errors
Web-Static-Content
Web-Http-Redirect
Web-Health
Web-Http-Logging
Web-Request-Monitor
Web-Http-Tracing
Web-Performance
Web-Stat-Compression
Web-Dyn-Compression
Web-Security
Web-Filtering
Web-Basic-Auth
Web-Client-Auth
Web-Digest-Auth
Web-Url-Auth
Web-Windows-Auth
Web-App-Dev
Web-Net-Ext
Web-Net-Ext45
Web-AppInit
Web-ASP
Web-Asp-Net
Web-Asp-Net45
Web-CGI
Web-ISAPI-Ext
Web-ISAPI-Filter
Web-Ftp-Server
Web-Ftp-Service
Web-Mgmt-Tools
Web-Mgmt-Console
Web-Mgmt-Compat
Web-Metabase
Web-Lgcy-Scripting
Web-WMI
Web-Scripting-Tools
When I try to browse the site migrate.company.com first thing it tries to open migrate.company.com/default.asp and shows me error message:
"An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error."
Clicking on the link moves me to the MS page where described how to install .ASP and .ISAPI.