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
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