Is there an equivelent of Microsoft.Web.Administration for IIS versions prior to 7.0?

故事扮演 提交于 2019-12-24 06:27:17

问题


Seems this namespace is limited to IIS7 and upwards. Are there any managed libraries from Microsoft or elsewhere that enable you to survey the configuration (just looking for read only config) for a given set of IIS installations?

Otherwise one would have to poke through web.configs, the metabase, and try to cobble it all together.


回答1:


No, there aren't any managed libraries like this for < IIS7. You can use ADSI to query the metabase, but that's the best I've been able to do.



来源:https://stackoverflow.com/questions/2164885/is-there-an-equivelent-of-microsoft-web-administration-for-iis-versions-prior-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!