Hi,
ASP .net is totally new area for me.
I am trying to build one web application to be accessed internally by my team through local network.
So, I am trying to add one login page in my project asking for user's username and pwd. Now, I want my application to validate the credentials provided by user against his id/pwd maintained by Windows NT domain.
Can someone help me with this and it would be nice if I could get detailed solution in steps.
Thanks!!