为什么我的可执行文件在 IIS 6 中以域用户身份运行?
我在开发与质量检查中遇到 IIS 问题。通过观察任务管理器,我注意到的一件事是,当 .exe 在 DEV 上运行时,它是以用户身份运行的,而不是我的通用 iis 用户。这对于具有集成身份验证的 IIS 来说是正常现象还是我需要研究其他一些设置?
I'm having problems with IIS in DEV vs QA. One thing I notices by watching task manager is that when a .exe runs on DEV it is running as the user instead of my generic iis user. Is this normal for IIS with integrated authentication or is there some other setting I need to look into?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过集成身份验证,进程将作为登录用户启动。启用匿名集成后,进程将以 iis 用户身份启动。也可以同时启用两者。
With integrated authentication, processes are launched as the logged in user. When anonymous integration is enabled the process are launched as the iis user. It is also possible to enable both at the same time.