Modifying GAC permissions

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 fraternity_java 的 blog

http://glittermonkey.com/blog/posts/166.aspx

modifying gac permissions
to do this on the assembly folder you have to unregister shfusion.dll.  here are the steps

a. unregister shfusion.dll to allow you access to the security tab
   i) select start
   ii) select run
   iii) type regsvr32 -u c:\winnt\microsoft.net\framework\v1.1.4322\shfusion.dll
 (or regsvr32 -u c:\winnt\microsoft.net\framework\v1.0.3705\shfusion.dll)

b. in a windows explorer, right click c:\winnt\assembly
   i) select properties
   ii) select the security tab
   iii) <do what you need to do here>

c. reregister the shfusion.dll to deny access to the security tab on the assembly folder.
   i) select start
   ii) select run
   iii) type regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\shfusion.dll
 (or regsvr32 c:\winnt\microsoft.net\framework\v1.0.3705\shfusion.dll)

本文关键:Modifying GAC permissions
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top