如何查找在ASP.Net中的服务器上运行的所有Web服务和Windows服务

问题描述:



如何在ASP.Net中查找在服务器上运行的所有Web服务和Windows服务.我已经掌握了服务器的详细信息,并希望找到在其上运行的所有Web服务.

谢谢,
Sreenath

Hi,

how to Find All the Web Services and Windows Services Running on a Server in ASP.Net. I have the server details with me and want to find all the Web services running on it.

Thanks,
Sreenath

如果您试图使它在托管应用程序的服务器上工作,那么您可能很幸运,可以使用 csharp-examples.net .

如果您尝试从托管应用程序的服务器之外的服务器获取此信息,那么我认为您很不走运.
If you are trying to get this to work on the server hosting your application, then you may be in luck and you can do it using information from csharp-examples.net.

If you are trying to get this information from a server other than the one hosting the application, I believe you are out of luck.