The HTTP verb POST used to access path '/' is not allowed. - 2.3.3.4

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/23/2010 5:41:22 AM
Gravatar
Total Posts 57

The HTTP verb POST used to access path '/' is not allowed. - 2.3.3.4

Hello,
Using original package without any modification I get the following error when I click the expand icon of treeview menu:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 405

And this is logged:

System.Web.HttpException (0x80004005): The HTTP verb POST used to access path '/' is not allowed.
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

VS2010 - .Net4 - IE8+Firefox+Opera

Thanks
 

10/23/2010 6:39:21 AM
Gravatar
Total Posts 18439

Re: The HTTP verb POST used to access path '/' is not allowed. - 2.3.3.4

You did not mention what skin you are using with a treeview menu, but in any case errors such as this happen sometimes in Visual Studio Web Server but do not happen in IIS production environments.

 

10/24/2010 11:04:06 AM
Gravatar
Total Posts 57

Re: The HTTP verb POST used to access path '/' is not allowed. - 2.3.3.4

Thanks for reply,

It happens in all themes.As you said the interesting thing is that it only happens in VS and not IIS and only in the homepage.Thanks anywayyes

You must sign in to post in the forums. This thread is closed to new posts.