I run an application off a network share. Every time I release a new version
of the application, users have to run the Framework wizard and trust the
version of the application. I would like to automate this with a command
file and re-trust all the assemblies. Is there a security tool that will
take command-line arguments so I can accomplish this?
Any help is greatly appreciated.
Nicole Calinoiu - 27 Aug 2004 14:01 GMT
Caspol.exe
(http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfCodeAccessSecurityPoli
cyUtilityCaspolexe.asp)
is the command line tool for altering the security policy. However, you
might find it more convenient to use an alternate deployment mechanism for
your policy modifications. See
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondeployingsecuritypolicy.asp
for some other options.
HTH,
Nicole
>I run an application off a network share. Every time I release a new
>version
[quoted text clipped - 4 lines]
>
> Any help is greatly appreciated.