Security policies to allow app run on network drive

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

(yes we do want to do this for anyone who will question why do you want to
run it on a network drive)


How can i update my domains group policy to allow .net apps run on a network
drive (untrusted source i think its called), right now it throws a security
exception.. I remember someone saying once you can change the policy to
allow this but i never found where you do it. thanks!
 
this however does not apply the setting to an entire domain though, i need
to force this setting out to 100+ systems at once through active directory
group policies or something similar
 
Brian said:
this however does not apply the setting to an entire domain though, i need
to force this setting out to 100+ systems at once through active directory
group policies or something similar

I not 100% positive that this is the best way, but it should work:

the .NET Configuration tool will let you edit "Enterprise" runtime
security policies. These policies end up in a file named

Enterprisesec.config

in (varies depending on the platform and .NET version)

C:\Windows\Microsoft.NET\Framework\v1.1.4332\config

Once you get the policy set that you want in this file on one machine,
you can then use standard tools (logon scripts, SMS, whatever) to push
that file out to all the client machines.
 
Back
Top