I have an ASP.NET (4.0) site accessed using Window Authentication & Impersonation only (Anoymous Disabled).
The SQL Server Connection is done with SSPI, and with the user identity of the Application pool, not with Windows Domain User of the logged in and Windows Authenticated user.
Everything works fine when the website is accessed locally from the IIS Web Server.
When accessed from a remote PC, even when using the same domain user, it fails.
And all servers are on the same domain.... Any ideas?
Thanks