Integration IIS with C#

  • Thread starter Thread starter Adnan
  • Start date Start date
A

Adnan

Hi
is it possible to retrieve names of all hosted sites/virtual directories
in my C# application,i want to show all sites and directories in
ComboBox

please help me

-adnan
 
Adnan said:
Hi
is it possible to retrieve names of all hosted sites/virtual
directories in my C# application,i want to show all sites and
directories in ComboBox

please help me

Use Active Directory API to get at the IIS objects. There should be examples
in the MSDN. Try www.google.com/microsoft, and use keywords like:

Active Directory C# IIS
 
Hello

i didnt find any method or link in WMI nor in Directory Service to
retrieve hosted site/virtual folders names

please help me
 
Back
Top