read web.config from referenced dll

  • Thread starter Thread starter PJ
  • Start date Start date
P

PJ

Is there a way to read web.config settings from a referenced class library?
I would like to do this w/out having to pass anything to the class library
from the web assembly?

Thx~ PJ
 
You should be able to do ConfigurationSettings.AppSettings to get that
stuff.
 
Back
Top