Scenario:
(1)asp.net web site configured with authentication mode="Windows" in IIS 7.5 on Windows Server 2008 R2;
(2)in IIS Windows Authentication is enabled for the web site all other, including Anonymous, are disabled
(3)the web site uses ApplicationPoolIdentity for its application pool
(4)IIS box is joined to the domain D and user D\Joe has NTFS Read-Only access to web site's folder
(5)on another machine [joined to the same domain D] user D\Joe launches IE10 and navigates to the website
(6)IE produces login prompt (modal Windows Security form with User name and Password fields)
As far as I understand
the Microsoft article which defines requirements for Windows Integrated Authentication, my configuration should allow SSO-style authentication. So user D\Joe should be able to access the web site without login prompt.
What I could possibly be missing ?
Any hint will be appreciated.
Thank you
http://support.microsoft.com/kb/258063/en-us
software developer