Customization error from normal user login except admin

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/30/2011 9:43:28 AM
Gravatar
Total Posts 45
Thanks, cms_developer Contributer:http://codeissue.com/

Customization error from normal user login except admin

Hi,

I have given user option to customize the skins of the sample site I developed using mojoPortal.

But when I change the different skin of the site it's giving following error.

Can someone suggest me what  I am doing wrong here?Or correct way of doing so.

I have choosen jQueryUI as my default skin.

Thanks,

cms_developer

Server Error in '/' Application.
--------------------------------------------------------------------------------

The HTTP verb POST used to access path '/' 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 '/' 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 '/' is not allowed.]
   System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +2519665
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8898152
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184

8/30/2011 1:27:25 PM
Gravatar
Total Posts 18439

Re: Customization error from normal user login except admin

This is a known issue that only happens in the Visual Studio Web Server. This is documented in our developer FAQ.

Hope that helps,

Joe

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