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

后端 未结 7 1847
挽巷
挽巷 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:45

    Use caspol.exe to assign that file share enough permissions to run your program.

提交回复
热议问题