RandomSF
We have a few ASP.NET pages whose extension is .asp. They are ASP.NET pages, just with a different extension.
In the server configuration, ASP.NET Parameters :: ASP.NET Applications I have added .asp as a served extension. The web server has been restarted.
Any page I try to pull up that has a .asp extension gives this error.
Server Error in '/' Application.
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Can someone help me with what change to make so this is not forbidden?
aprelium-support
RandomSF,
.asp as an extension has a special meaning for the ASP.NET framework. You can't make run by it because it contains classic ASP. So the ASP.NET engine reports that and you can't do anything for it (that's how Microsoft designed ASP.NET.)