project文件无法上传,在上传中的hangfire出现了这个异常
System.Runtime.InteropServices.COMException
这个是因为website的权限是IUser,而DCOM的权限是admin,admin可以操作DCom,但是IUser不可以,所以吧website的权限提升为admin的权限就可以了,但是可能会存在安全隐患的问题
原文地址:https://www.cnblogs.com/weloveshare/p/8405980.html
时间: 2024-11-02 16:49:29