创建对象权限被拒绝问题
当尝试在 ASP.NET 中使用以下代码创建对象时,我遇到了可怕的权限被拒绝问题。不确定如何在 iis 6 中识别哪些用户需要更多权限?是网络服务/ iusr/ iwam 用户吗?
Set objWorkflow = Server.CreateObject("xxx")
任何想法非常
感谢, 詹姆斯
I have the dreaded permission denied issue when trying to create an object using the following code in asp. Not sure how to identify what user needs more permissions in iis 6? Is it the network service/ iusr/ iwam user?
Set objWorkflow = Server.CreateObject("xxx")
any ideas appreciated
many thanks,
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要创建任何 .dll 的对象,请授予完全访问权限。
if you are creating an object of any .dll then give full access right.