Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I am building an intranet application with windows authentication. Now i am at the point where i can login with my domainName\userName and password.

The problem is that I have to provide my credentials every time I reboot my PC and it is kind of annoying. So, I tweaked the internet setting of IE and set it to auto logon and I found similar tweaks for other browsers as well.

However, I cant ask everyone in the domain to change settings in their broswers as I did. So I am looking for a way to get past the Windows Authentication Login. Is there any way i can do it without changing settings in my browser?

I am using MVC 5, C#, IIS 8.5

Currently I have set
<authentication mode="Windows"></authentication>

in my web.config file.

Enabled Windows Authentication and thats about it.
Posted
Updated 2-Feb-20 18:49pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900