以编程方式管理 IIS
我目前正在进入网络托管联盟。到目前为止,我必须在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.