Question

Publish old project on asp, not asp.net, on new server with IIS 7.5 Site work correctly, but all pages in nested folders open like new web-application with error. example: localhost/reports/all_tasks_report.asp

Error - Error Message help pls.)

Was it helpful?

Solution

"This type of page is not served" means that Classic ASP is not enabled on your server. From IIS7 onwards it isn't enabled by default

http://www.iis.net/learn/application-frameworks/running-classic-asp-applications-on-iis-7-and-iis-8/classic-asp-not-installed-by-default-on-iis

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top