Featured
- Get link
- X
- Other Apps
The Current Configuration System Does Not Support User-Scoped Settings
The Current Configuration System Does Not Support User-Scoped Settings. The application works correctly, but in the generated images you can see a message putting: For the asp.net application, you can use web.config file's appsettings or profile to save custom data.

I´m working with moss2007, asp net 2.0 and smartparts to show the ascx forms. The only scope that it accepts is the application scope. The one with the problem is an 1.1 upgraded, the one that works a native 2.0.
When Running An Asp.net Application, The Following Exception Occurs When Creating A Clientconfig:
We're getting this exception through the app consuming the wcf service and when we navigate to the.svc test page directly. El sistema de configuración actual no admite la configuración con. Solution has something to do with the configurationmanager.appsettings.
Protected Void Btnprocessflatfile_Click(Object Sender, Eventargs E) {Try {Payrolltaxesmaster.payrolltaxesmasterclass Objpayrolltaxesmaster;
However, i don't want to do this because if it's application scope, then the 3rd party developers cannot modify the connectionstring. The only scope that it accepts is the application scope. This works fine on our test servers.
I Cannot Find Differences :
The web reference is set as dynamic so i can change which server the webservice is on without having to change my code. If you are using configruationsettings.appsettings previously in your 1.1 dal dll, you can now use configurationmanager.appsettings after upgraded to 2.0 (remember to reference system.configuration assembly first). The application works correctly, but in the generated images you can see a message putting:
The One With The Problem Is An 1.1 Upgraded, The One That Works A Native 2.0.
By default a iis hosted wcf service can't use libraries that uses user scope settings. Including best practices on developing with c# in vs, documentation, setup, and samples. Any thoughts on why i'm getting this error?
When You Try To Do Otherwise It Throws An Exception:
I thnik this problem of the settings in a project that the wcf webservice was referencing had its scope set to user rather than application. For the asp.net application, you can use web.config file's appsettings or profile to save custom data. Something in your code is apparently trying to access a setting with user scope which is not valid for a web application.
Comments
Post a Comment