0

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.

Dan
  • 343
  • 3
  • 9
  • 21

2 Answers2

0

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

David Dietz
  • 356
  • 3
  • 3
0

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

Arkady
  • 3,196
  • 24
  • 19