IIS - 网站查询
我正在开发一个应在默认网站上添加虚拟目录的应用程序。 在添加 vdir 之前,我需要检查默认网站是否存在。 我今天的做法是通过 c# 使用 DirectoryServices(示例)。
问题是只有安装了 IIS6 向后兼容角色才能在 IIS7 上使用 DirectoryServices。 我创建 vdir 没有问题,因为它是在添加 IIS6 黑白兼容性角色之后完成的(是的,默认网站测试必须在:-)之前)。
有没有其他方法可以查询 IIS? 也许通过注册表/文件系统?
多谢。
I'm working on an application which should add a vdir on the default web site.
Before adding the vdir I need to check whether the default web site exists.
The way I'm doing it today is using the DirectoryServices via c# (example).
The problem is that using the DirectoryServices on IIS7 is possible only when the IIS6 backwards compatibility roles are installed.
I have no problem with creating the vdir since it is done after adding the IIS6 b/w compatibility roles (yes, the default web site test must be before :-) ).
Is there any alternative way for querying the IIS?
Maybe through the registry/file system?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论