从 IIS 获取应用程序池列表
我将 vb.net 3.5 与 asp.net 一起使用,我需要列出 IIS 中的所有 AppPools 名称并在下拉列表中显示它们。 有什么帮助吗?
谢谢
I'm using vb.net 3.5 with asp.net and I need to list all AppPools names from IIS and show them in dropdownlist.
any help please ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我找到了解决方案,这是它可以提供帮助的方法..
finally I found the solution and here is the methods it could help ..