Tagged Questions
1
vote
1answer
70 views
Is there a limit on a user setting size in .NET application?
I would like to serialize my object with many values as string(xml) into user settings. Is there a limit on how large a "string" user setting can be in a .NET application?
I am extending ...
1
vote
1answer
1k views
How to enable user settings to libraries used by a web project hosted WCF service?
By default a IIS hosted WCF service can't use libraries that uses user scope settings. The only scope that it accepts is the Application scope.
When you try to do otherwise it throws an exception:
...