I am working on an asp.net mvc web application, and i have updated the web.config file to use windows authentication as follow:-
<authentication mode="Windows" />
<authorization>
<deny users="?" />
</authorization>
Currently the users will be prompted with a username & password dialog to enter their credentials, so is there a way to automatically sign users without the need to re-enter their credentials? Best Regards