Net检索IIS中托管的所有Web服务

Net检索IIS中托管的所有Web服务

本文介绍了如何使用ASP.Net检索IIS中托管的所有Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如何使用ASP.Net获取IIS上托管的Web服务列表.扩展名,如.asmx和.svc等,.希望将这些服务列为清单.我们可以使用ServiceController获得Windows服务的集合.这样,我需要将Web服务托管在IIS上.
谢谢
Sreeenath

Hi,

How can I get the list of Web Services hosted on IIS using ASP.Net. Extensions like .asmx and .svc etc., . want to get these services as a list. We can get collection of Windows services using ServiceController. As like this i need to get Web services hosted on IIS.

Thanks
Sreeenath

推荐答案


这篇关于如何使用ASP.Net检索IIS中托管的所有Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 07:33