How To Grant Full Trust Mode To A Domain In ASP.Net 2.0 - IIS 6.0?

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    How To Grant Full Trust Mode To A Domain In ASP.Net 2.0 - IIS 6.0?

    Hello,

    In order to grant Full Trust to a domain we need to add below mentioned code in web.config file of .net framework. .

    <location path="domain name" allowOverride="true">
    <system.web>
    <trust level="Full" originUrl=".*"/>
    </system.web>
    </location>

    Net Framework web.config file should be at below mentioned path:

    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONF IG

    Thanks,

    Shane G.
    AccuWebHosting.Com
Working...
X