|
|
Click Here To Get Amazing Facebook Profile Covers,Status Messages
ASP.NET error-this type of page is not served
Sat, 08/22/2009 - 05:48
I am new to asp.net i just created an web application whenever i try to run it throws the same error
Server Error in '/WebApplication4' 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 '.asax' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested URL: /WebApplication4/Global.asax
what is this how to get rid of it.
Similar entries
- Classic asp pages are not being served
- How to resolve Parser Error Message: An error occurred loading a configuration file in ASP.NET
- 500 - Internal server error generic error message in ASP pages
- How to set Custom error pages in asp.net using web.config
- error logging system for asp.net web application
- SQL Server does not allow remote connections Error 26
- No process is on the otherend of the pipe Microsoft SQL Server Error: 233
- Configuration error- authentication mode = "Windows" in web.config of ASP.NET
- Firefox error "The connection to the server was reset while the page was loading"
- How to resolve "Failed to generate a user instance of SQL Server due to failure in
ASP.NET application protects certain types of file from being viewed by users.System.Web.HttpForbiddenHandler is used for binding files which needs to be protected.
You can add httphandler tag in your web.config file for adding another file type protection.
in your case you are accessing global.asax which is protected file make another .aspx file as startup file in try.
njoy coding