There was a problem loading the comments.

IIS7 :: Changing the default ASP.NET Trust Level

Support Portal  »  Knowledgebase  »  Viewing Article

  Print
The default ASP.NET Trust level is set to Medium.

In general, most applications should run fine under Medium Trust. If your application requires Full Trust, you can override the trust level at the application level by adding the following to your web.config file:

<configuration>
    <system.web>
        <trust level="Full" />
    </system.web>
</configuration>


Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  


Self-Hosted Help Desk Software by SupportPal
© Indichosts.net