Running a .NET application from a file share without code signing

后端 未结 7 1821
挽巷
挽巷 2021-01-01 07:02

The .NET security model throws security errors whenever a .NET exe is run from a file share. The error does not appear when ran from a local drive. Does anyone know of a way

相关标签:
7条回答
  • 2021-01-01 07:47

    You might be able to build the application against .net 3.5 sp1 this version was removing this security setting.

    0 讨论(0)
提交回复
热议问题