将模拟凭据提升为 IIS 中的应用程序池凭据
我在 IIS 的应用程序中使用模拟。 我需要将文件写入文件系统,但不想在这种情况下使用模拟用户的凭据。 我需要使用应用程序池的凭据。
如何暂时将工作进程的凭据从模拟凭据提升为应用程序池的凭据?
I am using impersonation in an application in IIS. I need to write a file to the file system, but don't want to use the impersonated user's credentials in this one case. I need to use the credentials of the app pool.
How do I temporarially elevate a worker process' credentials from impersonated credentials to the app pool's credentials?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过大量谷歌搜索后找到了答案。
http://www.mindsharpblogs.com/todd/archive/2005 /05/03/467.aspx
Found the answer after much Googling.
http://www.mindsharpblogs.com/todd/archive/2005/05/03/467.aspx