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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top