Re: Exporting Code Group to an XML file
From: Eugene V. Bobukh [MS] (eugenebo_at_online.microsoft.com)
Date: 07/23/03
- Next message: derik: "SSL and .NET VS - help!"
- Previous message: Eugene V. Bobukh [MS]: "Re: late-signing an assembly?"
- In reply to: Bill: "Exporting Code Group to an XML file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 23 Jul 2003 14:35:44 -0700
There might be several options for this:
1. [Most granular, most complicated] Go to the location of Runtime Security configuration file [it will be something like "C:\WINDOWS\Microsoft.NET\Framework\v1.2.30722\config\security.config" for machine policy], find there the XML for the code group desired, copy it to XML file [don't forget to pick up the permission sets it is using if they are not default], then insert all this data to the config file of the target machine to which you are deploying the policy.
2. [Less granular, very easy]: Consider using using .NET Framework Configuration tool, option "Creat Deployment Package" of the "Runtime Security Policy" node. Through that, an .msi package could be created that can be installed on any other machine as an application. However, this option will completely overwrite the policy state of the tagret machine with a new policy.
-- Eugene V. Bobukh This message is provided "AS IS" with no warranties, and confers no rights. Any opinions or policies stated within it are my own and do not necessarily constitute those of my employer. ---- "Bill" <bkapo@mycosmos.gr> wrote in message news:07ce01c350ea$232f0800$a601280a@phx.gbl... > how can i export a specific code group policy from my > computer (that has a strong name membership condition) to > an XML file so i can distributed in other workstations? > > bill
- Next message: derik: "SSL and .NET VS - help!"
- Previous message: Eugene V. Bobukh [MS]: "Re: late-signing an assembly?"
- In reply to: Bill: "Exporting Code Group to an XML file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|