deploying configured assemblies

  • Thread starter Thread starter Mike G.
  • Start date Start date
M

Mike G.

I was able to use mscorcfg to create a policy that enables my app to use
version 1.5.0.0 instead of 1.4.0.0 without difficulty. How do I deploy this
change to other machines? Inside of mscorcfg you can easily create an MSI
for the runtime security policy, but I don't see an equivalent for the
"Configured Assemblies" section.

Any Ideas?


Mike
 
Mike said:
I was able to use mscorcfg to create a policy that enables my app to
use version 1.5.0.0 instead of 1.4.0.0 without difficulty. How do I
deploy this change to other machines? Inside of mscorcfg you can
easily create an MSI for the runtime security policy, but I don't see
an equivalent for the "Configured Assemblies" section.

Any Ideas?

If you need to apply this to several apps and the library is in the GAC then
you should use a publisher policy file:

http://www.grimes.demon.co.uk/workshops/fusWSSix.htm

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top