Accessing all the properties of IIS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to access(SET) all the properties of IIS programmatically using C#
I need to set the IIS properties through the code.plzz let me know wat class
we have to use to access these properties or how i have to approach.


Pls let me know if you have any hints regarding this..

Thanks
GautamKumar
 
You can use System.DirectoryServices namespace for that. A Google search
will get you many samples based on what you want to do with IIS.

I want to access(SET) all the properties of IIS programmatically using C#
I need to set the IIS properties through the code.plzz let me know wat class
we have to use to access these properties or how i have to approach.


Pls let me know if you have any hints regarding this..

Thanks
GautamKumar
 
Back
Top