Tagged Questions
1
vote
1answer
318 views
WebConfigManager.OpenWebConfiguration 403 Forbidden
I'm trying to read the web.config for a web app from the code-behind DLL of an aspx page. However, all I'm getting back to the browser is 403 Forbidden.
First I was trying this deploying the DLL to ...