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(....