Help me - System.Configuration.ConfigurationErrorsException

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/15/2011 1:44:29 AM
Gravatar
Total Posts 20

Help me - System.Configuration.ConfigurationErrorsException

I upgraded to version 2.3.6.2.
The site does not work.
I get the following message:


The attribute 'userName' has been locked in a higher level configuration.
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.Configuration.ConfigurationErrorsException: The attribute 'userName' has been locked in a higher level configuration.

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:

[ConfigurationErrorsException: The attribute 'userName' has been locked in a higher level configuration.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8894111
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259

2/15/2011 2:35:42 AM
Gravatar
Total Posts 20

Re: Help me - System.Configuration.ConfigurationErrorsException

I solved it. Sorry.
It was an issue with setting identity impersonate = false in web.config.

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