read web.config from referenced dll

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
 
G

Girish bharadwaj

You should be able to do ConfigurationSettings.AppSettings to get that
stuff.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top