View previous topic :: View next topic |
Author |
Message |
RandomSF -
Joined: 23 Apr 2013 Posts: 5 Location: United States
|
Posted: Thu May 09, 2013 4:30 pm Post subject: Page type explicitly forbidden |
|
|
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? |
|
Back to top |
|
 |
aprelium-support -
Joined: 20 Feb 2009 Posts: 356
|
Posted: Wed May 22, 2013 3:06 pm Post subject: Re: Page type explicitly forbidden |
|
|
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.) _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|