문제

am trying to use ServerManager class but I found that "Microsoft.Web.Administration" and "Web.Management.Server" are not found on XP OS.

Any help to download Microsoft.Web.Management dll or any other suggestions ? am using VS2010 on XP machine.

도움이 되었습니까?

해결책

These namespaces are available for IIS 7 and later. There is no way to implement them on downlevel platforms.

In order to code against IIS 5.1 (Windows XP) or IIS 6 (Windows Server 2003) please see the following:

IIS Programmatic Administration SDK

다른 팁

What helped me to solve the same issue is installing "Web Services Enhancements (WSE) 2.0 SP3 for Microsoft .NET Redistributable Runtime MSI"

http://www.microsoft.com/en-us/download/confirmation.aspx?id=772

Hopefully this will help someone else ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top