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.)

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top