Authentication between web server and sql server

Posted by thirster42 on Server Fault See other posts from Server Fault or by thirster42
Published on 2010-04-27T14:58:18Z Indexed on 2010/04/27 15:03 UTC
Read the original article Hit count: 232

Filed under:

So, we're restructuring out development environment. We've installed SQL Server onto it's own server, and we are publishing our internal web applications onto a seperate web server. However, the problem is that for some reason the authentication of the user between the web server and sql server gets lost, resulting in the Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' error.

Where do i start troubleshooting? SQL Server is set up for TCP and remote connections.

© Server Fault or respective owner

Related posts about sql-server