All-In-One IIS Code Samples
All-In-One IIS Code Samples
Introduction
The All-In-One IIS code samples demonstrate the typical programming topics about IIS. These topics are either frequently asked in MSDN forums and Microsoft Support, or are requested by many developers via our code sample request function. We want to alleviate the frustration felt by developers when they are developing against IIS.
Visual Studio 2008 Code Samples
Sample | Description | Download | ReadMe |
CSIIS7AdminMWA | This sample demonstrates use of the classes in Microsoft.Web.Administration namespace to administer IIS Manager | Download | ReadMe.txt |
CSIISAdminADSI | This sample demonstrates how to use Active Directory Service Interfaces (ADSI) to configure IIS by using .Net System.DirectoryServices namespace to access IIS ADSI Provider | Download | ReadMe.txt |
CSIISAdminWMI | This sample demonstrates how to use Windows Management Instrumentation (WMI) to configure IIS by using .Net System.Management namespace to access IIS WMI Provider. | Download | ReadMe.txt |
VBIISAdminADSI | This sample demonstrates how to use Active Directory Service Interfaces (ADSI) to configure IIS by using .Net System.DirectoryServices namespace to access IIS ADSI Provider | Download | ReadMe.txt |
VBIISAdminWMI | This sample demonstrates how to use Windows Management Instrumentation (WMI) to configure IIS by using .Net System.Management namespace to access IIS WMI Provider. | Download | ReadMe.txt |
Download all code samples: https://1code.codeplex.com/releases
Submit your request of IIS code samples (Guidance)