开发者

A CASPOL command to completely trust all code

开发者 https://www.devze.com 2022-12-21 00:56 出处:网络
We have a a couple of old framework 1.1 applications at my workplace, and we have run up against security exception problems. At this stage, I don\'t have the option of upgrading the apps to use Click

We have a a couple of old framework 1.1 applications at my workplace, and we have run up against security exception problems. At this stage, I don't have the option of upgrading the apps to use ClickOnce security.

What I am after is a CASPOL command that will just allow any .NET applications to run o开发者_开发技巧n the users machine, regardless of where the app is being loaded from.


Here is a caspol command I used for this purpose, although it was limited to a dedicated 'fileserver' for our .Net applications.

caspol -ag 1 -url file://\\fileserver\* FullTrust
0

精彩评论

暂无评论...
验证码 换一张
取 消