IIS - 网站查询

发布于 2025-01-08 02:06:14 字数 363 浏览 0 评论 0原文

我正在开发一个应在默认网站上添加虚拟目录的应用程序。 在添加 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文