Security Configuration Files

Security configuration files contain information about the code group hierarchy and permission sets associated with a policy level. It is strongly recommended that you use the .NET Framework Configuration tool (Mscorcfg.msc) or Code Access Security Policy tool (Caspol.exe) to modify security policy to ensure that policy changes do not corrupt the security configuration files.

The following table shows the locations of the security configuration files.

Enterprise policy configuration file

 

Windows 2000

%runtime install path%\Config\Enterprisesec.config

Windows NT

%runtime install path%\Config\Enterprisesec.config

Windows 98 and Windows Millennium Edition (Windows Me)

%runtime install path%\Config\Enterprisesec.config

Machine policy configuration file

 

Windows 2000

%runtime install path%\Config\Security.config

Windows NT

%runtime install path%\Config\Security.config

Windows 98 and Windows Me

%runtime install path%\Config\Security.config

User policy configuration file

 

Windows 2000

%USERPROFILE%\Application data\Microsoft\CLR security config\vxx.xx\Security.config

Windows NT

%USERPROFILE%\Application data\Microsoft\CLR security config\vxx.xx\Security.config

Windows 98 and Windows Me

%WINDIR%\username\CLR security config\vxx.xx\Security.config   

See Also

Other Resources

Configuration Files

Configuration File Schema for the .NET Framework

Security Policy Management