为什么我的可执行文件在 IIS 6 中以域用户身份运行?

发布于 2024-11-08 05:21:21 字数 129 浏览 0 评论 0原文

我在开发与质量检查中遇到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简美 2024-11-15 05:21:21

通过集成身份验证,进程将作为登录用户启动。启用匿名集成后,进程将以 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文