Tagged Questions
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:
...