.Net Framework Security Settings
I'm working on deploying MS .Net Framework v1.1 SP1. The extra bit i want to do is to modify the .Net Security Settings which can be found on (Control Panel->Administrative Tools->Microsoft .Net Framework Wizards->Adjust .net Security).
Does any one have a way on how can i change the Trusted Sites security level to full trust.
Does any one have a way on how can i change the Trusted Sites security level to full trust.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
Thaiboxer
19 years ago
Posted by:
MSIMaker
19 years ago
Posted by:
mohd
19 years ago
I thought of creating a transform, but when i tried capturing what files and registries get modified when applying the setting, i found out that the files are related to Ms .Net Framework and i really dont prefer modifying Microsoft msi cause they always cause problems when i do.
I agree about the group policy, if there is a way ... then it will really be cool
I agree about the group policy, if there is a way ... then it will really be cool
Posted by:
mohd
19 years ago
[:)] it seems i found something which helped
Create .Net Framework Security Deployment Package
To create a deployment package for the .NET Framework runtime security policy, follow these steps:
1. Click Start, point to Settings, and then click Control Panel.
2. Double-click to open the Administrative Tools folder, and then double-click to start the Microsoft .NET Framework Configuration tool.
3. Configure the Runtime Security Policy for the enterprise, machine, or user policy level the way you want.
4. Right-click the Runtime Security Policy node, and then click Create Deployment Package. The Deployment Package Wizard starts.
5. On the Choose The Policy Level To Deploy page, choose the policy level you are deploying by selecting either Enterprise, or Machine, or User. Generally, you use Enterprise security policy. This does not prevent Machine or User policies from being defined on a system, but those policies can never grant more trust than the Enterprise policy grants.
6. Click the Browse button, select a location to store the .msi package that the wizard generates, and then click Save.
7. Click Next, and then click Finish to complete the Wizard.
But if anyone finds something in where i can apply the settings via a GPO instead of deploying a package
Create .Net Framework Security Deployment Package
To create a deployment package for the .NET Framework runtime security policy, follow these steps:
1. Click Start, point to Settings, and then click Control Panel.
2. Double-click to open the Administrative Tools folder, and then double-click to start the Microsoft .NET Framework Configuration tool.
3. Configure the Runtime Security Policy for the enterprise, machine, or user policy level the way you want.
4. Right-click the Runtime Security Policy node, and then click Create Deployment Package. The Deployment Package Wizard starts.
5. On the Choose The Policy Level To Deploy page, choose the policy level you are deploying by selecting either Enterprise, or Machine, or User. Generally, you use Enterprise security policy. This does not prevent Machine or User policies from being defined on a system, but those policies can never grant more trust than the Enterprise policy grants.
6. Click the Browse button, select a location to store the .msi package that the wizard generates, and then click Save.
7. Click Next, and then click Finish to complete the Wizard.
But if anyone finds something in where i can apply the settings via a GPO instead of deploying a package
Posted by:
mohd
19 years ago
Posted by:
KentD
18 years ago
Thanks for the education! Works for me
Create .Net Framework Security Deployment Package
To create a deployment package for the .NET Framework runtime security policy, follow these steps:
1. Click Start, point to Settings, and then click Control Panel.
2. Double-click to open the Administrative Tools folder, and then double-click to start the Microsoft .NET Framework Configuration tool.
3. Configure the Runtime Security Policy for the enterprise, machine, or user policy level the way you want.
4. Right-click the Runtime Security Policy node, and then click Create Deployment Package. The Deployment Package Wizard starts.
5. On the Choose The Policy Level To Deploy page, choose the policy level you are deploying by selecting either Enterprise, or Machine, or User. Generally, you use Enterprise security policy. This does not prevent Machine or User policies from being defined on a system, but those policies can never grant more trust than the Enterprise policy grants.
6. Click the Browse button, select a location to store the .msi package that the wizard generates, and then click Save.
7. Click Next, and then click Finish to complete the Wizard.
But if anyone finds something in where i can apply the settings via a GPO instead of deploying a package
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.