Question

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.

Was it helpful?

Solution

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

OTHER TIPS

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 ...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top