I have my intranet app with windows authentication.
On my local machine I run this app perfectly. I enters localhost/blabla and I get immediately on Index page.
I deployed my app on a server (IIS 7) in the same domain. And when I try to get Index from any intranet machine(except server of course) I get a login/pass form, where I must input my domain login and pass.
The question is – how to make browser not to ask already known data such as login and pass?
Regards, Dmitry.
It depends on browser, IE will work out of the box.
FF look here and Chrome look here.