run a Quartz.NET job as “user” - permissions issue

时间秒杀一切 提交于 2019-12-06 01:42:56

You can also use impersonation to change the user you're running as on the fly.

You need to change the user that the service is ran with (so this actually isn't a Quartz.NET issue). Open service properties in services and change the user from SYSTEM or NETWORK SERVICE to some named user account that has proper rights to the network share.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!