how to identify users of a domain and log the in to an ASP.NET application

S

szabelin

Use ActiveDirectory:
System.DirectoryServices

****************************************************

DirectoryEntry obDirEntry = new DirectoryEntry("user
identity string");

System.DirectoryServices.PropertyCollection coll =
obDirEntry.Properties;

object obVal = coll["FullName"].Value;
string str = obVal.ToString();





-----Original Message-----
Hi,



Does anybody know how to best identify users of a domain
and automatically log them in to a ASP.NET application?
 

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

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top