Menu
  • HOME
  • TAGS

Should OutputCacheProfiles (in webconfig) be accessible under a medium trust environment?

asp.net-mvc,web-config,outputcache,medium-trust

Ok I found the answer here: http://mvcdonutcaching.codeplex.com/workitem/2466 So it looks like you just can't do it in a strict Medium Trust environment. I wish my hosting company were like "most hosting companies" in the quote below... :-( Thank you for the comprehensive description. I have tracked down the problem. Because...

Does ELMAH works in medium trust environment

elmah,medium-trust

Since Elmah can be configured to use many different providers you may not have a problem with Elmah, but rather with some satellite assembly that is loaded alongside. So investigate your Elmah configuration as well as the assembly itself There are also some dependencies that Elmah have that are not...