In my web.config application. On, some servers if I set aspNetCompatibilityEnabled = true
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
I get a "MethodAccessException". I need to use aspNetCompatibilityEnabled. Since, I want this call to be authenticated by one of our HttpModule. I searched every time I did not find an answer. There seems to be an IIS installation that can fix it. Because it works in some internal environments.
source
share