In VS2013 I created a MVC 5 project where I chose Authentication as "Windows Authentication".
Now when I run the application, I get an automatic popup windows to logon to windows.
Here are my questions.
- How can I avoid automatic login popup window on launch and have my own login screen.
- How can I get list of active directory accounts and groups.
- How can I validate if given name is valid account or groups.
- How can I get list of roles.
I tried searching online , but unfortunately not successful.
Thank You