![]() Welcome! and rules Joel on Software |
How can I get windows user list in asp.net? Hello,
Yasir Ghauri
Why not just authenticate them against windows?
Greg Hurlman
System.DirectoryServices:
Duncan Smart
Oh yea - Greg's right! Just set the ACLs on the files to whichever Windows groups you want to access them - then IIS/Windows does the rest. The users, if logged onto the domain already, don't even have to enter their username/password again.
Duncan Smart
|