Interfacing with ADSI from .NET

  • Thread starter Thread starter Chris Newby
  • Start date Start date
C

Chris Newby

Can someone please point me towards a general resource on interfacing with
Directory Services from .NET. I've been able to find a few very specific
examples ... but nothing general.

Currently I'm writing a setup package for an ASP.Net app and I need some
more fine-tuned control over how the IIS virtual folders are being setup ...
like setting security type and mapping different ISAPI extensions.

TIA//
 
Can someone please point me towards a general resource on interfacing with
Directory Services from .NET. I've been able to find a few very specific
examples ... but nothing general.

The best place to start and get an overview is the
System.DirectoryServices portal on MSDN:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sds/sds/portal.asp

The best place for asking specific questions probably is the
microsoft.public.adsi.general newsgroup where all the Dir Services
gurus hang out ;-)

Marc

================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
 
Back
Top