How to authenticate with Active Directory?
I am developing an application in ASP.NET. I need to do two things:
1- The user who logges in the application (through my login.aspx page) must also be authenticated by Active Directory since every user is also registered on AD
and has the same user name.
2- After login, the application must run under his AD account instead of anonymous user, IUSR_MachineName.
any code example will be highly appreciated. Thanks
__________________
BaburMan
|