完全信任所有代码的 CASPOL 命令
我的工作场所有几个旧的框架 1.1 应用程序,并且遇到了安全异常问题。在此阶段,我无法选择升级应用程序以使用 ClickOnce 安全性。
我想要的是一个 CASPOL 命令,它只允许任何 .NET 应用程序在用户计算机上运行,无论应用程序是从哪里加载的。
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 on the users machine, regardless of where the app is being loaded from.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我用于此目的的 caspol 命令,尽管它仅限于我们的 .Net 应用程序的专用“文件服务器”。
Here is a caspol command I used for this purpose, although it was limited to a dedicated 'fileserver' for our .Net applications.