The HTTP verb POST used to access path is not allowed.

acnice

Member
Joined
Feb 18, 2010
Messages
10
Location
Colombo , Sri Lanka
Programming Experience
Beginner
The HTTP verb POST used to access path '/hostel/images/gallery.html' is not allowed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The HTTP verb POST used to access path '/hostel/images/gallery.html' is not allowed.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The HTTP verb POST used to access path '/hostel/images/gallery.html' is not allowed.]
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +2872570
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8677954
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155

please help me..I'm new to ASP.net
 
Back
Top