Article ID: 815173 - Last Review: May 13, 2007 - Revision: 1.7 HOW TO: Build and Deploy a .NET Security Policy Deployment PackageOn This PageSUMMARYThis step-by-step article discusses how to build and deploy
a .NET Framework security policy deployment package. Security policies define
the permissions assigned to the .NET Framework applications. Often, when you
deploy .NET Framework applications, you have to configure the .NET Framework
runtime security policies on systems that will host the application. You can
automate this process by creating a .NET Framework security deployment package
by using the Microsoft .NET Framework Configuration tool. You can then deploy
that package to an enterprise by using group policies. back to the top Create the Deployment PackageTo create a deployment package for the .NET Framework runtime security policy, follow these steps:
Deploy the PackageThe most efficient way to deploy .NET Framework security deployment packages to an enterprise is by using group policies, such as other Microsoft Software Installer (.msi) packages. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:314934
(http://support.microsoft.com/kb/314934/EN-US/
)
HOW TO: Use Group Policy to Remotely Install Software in Windows 2000
back to the top REFERENCESFor more information, visit the following MSDN Web sites: Code Access Security Policy Tool (Caspol.exe) http://msdn2.microsoft.com/en-us/library/cb6t8dtz(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/cb6t8dtz(vs.71).aspx) Deploying
Applications For additional information,
click the following article numbers to view the articles in the Microsoft
Knowledge Base: http://msdn2.microsoft.com/en-us/library/ybshs20f(vs.71).aspx (http://msdn2.microsoft.com/en-us/library/ybshs20f(vs.71).aspx) 315736
(http://support.microsoft.com/kb/315736/EN-US/
)
HOW TO: Secure an ASP.NET Application by Using Windows Security
315588
(http://support.microsoft.com/kb/315588/EN-US/
)
HOW TO: Secure an ASP.NET Application Using Client-Side Certificates
back to the
top
| Article Translations
|
Back to the top
