I am working on a web application that need to serve intranet users.
For intranet, users log in to their machines (AD accounts/windows user acc) as per normal and when they open up the web application, system will check for the windows logon and let them thru (was thinking of using WindowsIdentity/WindowsPrincipal). And aslo need to save the username to db for future
How this possible?
Anybody having idea about how to achieve this.
View Complete Post