Posted on: 1/16/2014 4:42:52 PM | Views : 640

I have a very simple site, basically the MVC 4 Intranet App template with some of the content changed.
When I first set it up and deployed it to a test server it would automatically sign in and recognise users on the AD domain.
I worked on other unrelated projects for a few weeks and came back to it and now it requires the user to provide a username and password. It still permits them to use their AD credentials but they have to reenter them with every page load (even when the save credentials box is checked).
How can I get the site to just use the credentials of the user signed in to windows?
UPDATE: When I connect locally from the browser on the web server I always get http error 401.2.


--Jacob

Go to the complete details ...