Mar 14 2007

Testing medium trust for ASP.NET locally

Posted by admin under ASP.NET 2.0

Having your ASP.NET 2.0 application working under Medium trust has gotten more and more important - since many webhosts only run 2.0 under medium trust.

As a developer you can set trust level for your specific site you are testing at the moment by changing web.config



      <trust level="Medium"/>
    </system.web>

</configuration>