Search code examples
windowsiis-7iis-6servermanager

Microsoft.Web name space missed in XP


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.


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