ADSI via .net

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

I want to design an application to administer IIS. I want to do it in .net
not VB6 or VBScript. Are there any .net classes for this or do I have to do
a COM interop, if interop is the way to do what dll do I have to point to? I
am alright with the code I just need a pointer in the right direction to get
started. Regards, Chris.
 
Hi,

You can use System.DirectoryServices namespace types for that.

I hope this artilce will give you and idea:
http://www.15seconds.com/issue/010710.htm

I want to design an application to administer IIS. I want to do it in .net
not VB6 or VBScript. Are there any .net classes for this or do I have to do
a COM interop, if interop is the way to do what dll do I have to point to? I
am alright with the code I just need a pointer in the right direction to get
started. Regards, Chris.
 
Back
Top