以编程方式管理 IIS

发布于 2024-08-24 18:30:50 字数 230 浏览 3 评论 0原文

我目前正在进入网络托管联盟。到目前为止,我必须在 IIS 管理器中手动添加站点。但我想知道是否存在一个接口、框架或类似的东西来通过互联网管理 IIS - 例如。 ASP.NET Web 应用程序?

我读过一些有关 WMI 的内容,但我不确定这是否是正确的道路?我需要以编程方式在运行 IIS 7.0 的 Windows 2008 服务器上的 IIS 管理器中添加、编辑和删除站点。

有人可以引导我走向正确的方向吗?

I am currently moving into the web-hosting league. I have to far been adding sites manually in the IIS Manager. But I wonder if there exists an interface, framework or something similair to manage the IIS over the internet - eg. an ASP.NET web-application?

I've read something with WMI, but I am unsure if this is the right path to go? I need to add, edit and delete sites in the IIS Manager on a Windows 2008 server running IIS 7.0 programmatically.

Can someone guide me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

凶凌 2024-08-31 18:30:50

IIS 7 有一个可编程管理界面,可从托管代码访问 - 转至 http://www.iis.net/ 并阅读它。无需使用其他任何东西。

IIS 7 has a programmable management interface, that is accessible from managed code - go to http://www.iis.net/ and read up on it. No need to use anything else.

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