使用 vbscript 检查 iis 身份验证设置
有没有办法检查配置的身份验证类型(匿名,ntlm..) 使用 vbscript 的网站? 是否可以在任何版本的 iis 上运行?
Is there a way to check what type of authentication (anonymous, ntlm..) is configured in a
website using a vbscript?
and if is it possible it work on any version of iis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕在任何版本的 IIS 上都没有单一的方法可以实现这一点。在这个问题的答案中讨论了在不同版本的 IIS 上访问此信息的方法:
如何以编程方式在 IIS 中设置身份验证方法。
I am afraid there no single way to achieve this on any version of IIS. Methods of accessing this information on various versions of IIS are discussed in answers to this question:
How to set Authentication Methods in IIS programattically.