Is there a way to get the Configuration object out of the web context?

This is a Sharepoint custom timer job (so I can't use HttpContext, Request, etc).. I have the url of my web, and I want to access the configuration file.

i.e

string url = "http://mysite.com/myapp/web.config";

Configuration config = WebConfigurationManager.OpenWebConfiguration(....
link|improve this question

56% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.