The current configuration system does not support user-scoped settings

  • Thread starter Thread starter Cyke
  • Start date Start date
C

Cyke

Hello,

I have created an ASP.NET application that consumes a C# webservice.
The webservice works fine on its own. However, when I try to access it
from my applicaiton, I get the following error:

"The current configuration system does not support user-scoped
settings"

I don't have any user-scoped settings defined in my application or my
webservice. The web reference is set as dynamic so I can change which
server the webservice is on without having to change my code.

Any thoughts on why I'm getting this error?

Thanks!

David.
 
Back
Top