Using web.config as store for referenced class library's Properties.Settings class?

ArsenioBernard4

New Member
Folks,This is probably very simple, but I couldn't turn up anything explicitly on point.I have a web app (ASP.Net 4.0) that references a class library. The class library has various settings. I'd like to use the strongly-typed Properties.Settings capability within the class library. However, since class library config files are ignored under ASP.Net, I'd like the backing store for the settings to be a section of web.config as opposed to a class library-specific app.config. I figure this is either outrightly forbidden or is as easy as pie to do. Can anyone tell me how to make it work?Thanks,Ann L.
 
Top