We are implementing a website in APS.NET MVC4 which has to run on intranet. We got a requirement for windows authentication with Active Directory (LDAP). When i change the authentication mode to windows from Forms , application logging automatically without explicit username and password from login page.
How to achieve windows authentication, in which the logon page which accept the username and password and should validate? Please provide me if there are any examples...any help much appreciated.
Thanks in advance