ADSI programming with ASP.NET

  • Thread starter Thread starter HridayNarayan Rai
  • Start date Start date
H

HridayNarayan Rai

This is hriday, wants to create an asp.net web page using
c#. I want the validation, account creation, account
updation, and account deletion of my user should happen
using the active directory services. I use
DirectorySearcher Object which works only with LDAP
provider.
I want my web page to work for all types of Active
Directory. Can some one tell me what all I have to use for
this requirment? If posible let me know about coding part
as well.

Thanks in advance.

Hriday
 
This is hriday, wants to create an asp.net web page using
c#. I want the validation, account creation, account
updation, and account deletion of my user should happen
using the active directory services. I use
DirectorySearcher Object which works only with LDAP
provider.

First of all, check out the Yahoo group here:
http://groups.yahoo.com/group/ADSIANDDirectoryServices

It has a bunch of highly motivated, highly skilled folks answering
questions on ADSI and ASP.NET programming.

You may also want to post your message to a more appropriate
Microsofft newsgroup, something like:

* microsoft.public.adsi.general
* microsoft.public.active.directory.interfaces

You'll find a much more targetted audience there, capable of answering
your questions.

Also, I'd recommend using Google Group search to search for these kind
of answers - they've been giving at least a hundred times already -
http://groups.google.com

And last but not least, check out MSDN ! Your online guide to LOTS of
these kind of questions......

Using System.DirectoryServices
http://msdn.microsoft.com/library/d...us/sds/sds/using_system_directoryservices.asp

Active Directory Authentication from ASP .NET
http://msdn.microsoft.com/library/d...ve_directory_authentication_from_asp__net.asp

And many many more!

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 

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