i have a server in which i published a asp.net web site. i want to create a console application which show how many worker processes are in the IIS. please any help
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You can add this reference in project
Microsoft.Web.Administration
assembly which can be installed using this nuget package or by adding a reference to this dll%WinDir%\System32\InetSrv\Microsoft.Web.Administration.dll