Error opening Administration page

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.
9/21/2012 8:36:41 AM
Gravatar
Total Posts 8

Error opening Administration page

Hi,

we have a multi-site installation with mojo 2.3.9.0 (MSSQL). In first site (1) everything works fine. When I click on Administration button in site 2 I get an error and the url in my browser shows: http://www.visualenergy.de/Error.htm?aspxerrorpath=/Admin/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/min/AdminMenu.aspx

 

The mojo logfile shows:

2012-09-21 15:35:13,741 ERROR 217.6.190.194 - (null) - (null) - mojoPortal.Web.Global - 217.6.190.194 /en/Admin/AdminMenu.aspx Referrer(http://www.visualenergy.de/en/default.aspx) useragent Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
System.Web.HttpException (0x80004005): The length of the URL for this request exceeds the configured maxUrlLength value.
at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)

 

So I have no possibility to administrate site 2 at the moment.

Can anyone give me an tip?

9/21/2012 11:42:07 AM
Gravatar
Total Posts 18439

Re: Error opening Administration page

Try adding this in user.config:

<add key="UseTransferRequestForUrlReWriting" value="false"/>

Then touch web.config to make it reload the settings.

 

9/21/2012 3:49:56 PM
Gravatar
Total Posts 8

Re: Error opening Administration page

Yeah, great ... thats it!

Thank you

Jürgen

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