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.
Are you getting this error? Well, then most probably it is because IIS is unable to recognize *.asp extension. It happens if this extension is not added in the application mappings list in IIS. I too faced this however, when I checked application mappings in my IIS, the .asp extension was very much still there in the list.

I later figured out that I had added wild card extension “*” in my IIS to allow for URL Rewriting for my ASP.Net application. The problem got resolved as soon as I removed the wild card extension from the application mappings list.
How to remove it?
Go to IIS > (Virtual Directory name) Properties > Configurations > Mappings
And then remove the * extension from the application mappings list. Removal will only affect the settings of the virtual directory from which it is removed.

It’s really well done! Respect to author.
great post as usual!
Keep posting stuff like this i really like it
Wow this is a great resource.. I’m enjoying it.. good article