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

后端 未结 7 1822
挽巷
挽巷 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:29

    You can use Click Once deployment to deploy your application from a file share.

提交回复
热议问题