|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Full trust and medium trust in .net and websitesHi,
I have around 100 hosted sites and all of them run in "medium" trust as set in the machine.config. I want one of the sites to run in "full" trust and the rest in medium trust. How do I set that up in the machine.config or the policy files? Is there a way to specify one site to run in full trust and all the others in medium? I am not allowing my other sites to change the trust level, impersonation by themselves. Many thanks, Linda Hi Linda,
use a location element in machine.config <location path="Site/App"> <system.web> <trust Level="Full" /> --- Dominick Baier, DevelopMentor http://www.leastprivilege.com Show quoteHide quote > Hi, > > I have around 100 hosted sites and all of them run in "medium" trust > as set in the machine.config. I want one of the sites to run in "full" > trust and the rest in medium trust. How do I set that up in the > machine.config or the policy files? Is there a way to specify one site > to run in full trust and all the others in medium? > > I am not allowing my other sites to change the trust level, > impersonation by themselves. > > Many thanks, > > Linda >
Intranet Security
IIS Failover and CLustering or Virtual Server TEchnology? IIS FTP server authentication via Kerberos remove users from ftp site server certificate from cert service Security on inetpub/wwwroot Should ADFS be implemented when... IIS Newbie question Setup IIS with Client Certificates How to Combine Anonymous IUSR and Integrated Windows on one site |
|||||||||||||||||||||||