从 IIS ID 到站点名称
我正在制作一个简单的 C# 桌面应用程序,用于搜索日志目录以获取每个站点的日志权重。这是简单的部分,但现在我想通过从 ID 获取站点名称来让我的生活更轻松。
我该怎么做呢?
提前致谢。
I'm making a simple C# desktop application that searches into the log directories to get the weight of logs for every site. This is the easy part, but now I'd like to make my life easier by getting the site name from the ID.
How can I do it?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用的是IIS 7吗?如果是这样,您可以使用 Microsoft.Web.Administrator.dll 来实现您的目标。请尝试查看 MSDN 上的以下文章。希望对您有所帮助。
http://msdn.microsoft.com/en- us/library/ms613523(v=VS.90).aspx
http://msdn.microsoft. com/en-us/library/microsoft.web.administration.servermanager_members(v=VS.90).aspx
Did you use the IIS 7? If so, you can use Microsoft.Web.Administrator.dll to achieve your goal. Please try to review the following articles on MSDN. I hope it can be helpful to you.
http://msdn.microsoft.com/en-us/library/ms613523(v=VS.90).aspx
http://msdn.microsoft.com/en-us/library/microsoft.web.administration.servermanager_members(v=VS.90).aspx