The server I am working on is asp.net 1.1
I’m trying to use form based authenticion on a section of the website. It contains a bunch of different types of content. This works fine for .htm, images, pdfs, etc… but when an asp page comes up I get:
[INDENT][COLOR=“Red”]Server Error in ‘/application’ 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.
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300 [/COLOR][/INDENT]
I’m using a wildcard application map to make sure content is passed on to the forms based security.
ASP content is allowed on the server. (under web services extensions)
Any ideas why this is not being served up?