show/hide this revision's text 3 consolidated other comments

You could be suffering from the double-hop problem

The double-hop issue is when the ASP/X page tries to use resources that are located on a server that is different from the IIS server.

Windows NT Challenge/Response does not support double-hop impersonations (in that once passed to the IIS server, the same credentials cannot be passed to a back-end server for authentication).

You should verify the attempted second connection using SQL Profiler.

Note that with your manual testing you are not authenticating via IIS. It's only when you initiate the sql via the ASP/X page that this problem manifests.

More resources:

show/hide this revision's text 2 added 411 characters in body

You could be suffering from the double-hop problem

The double-hop issue is when the ASP/X page tries to use resources that are located on a server that is different from the IIS server.

Windows NT Challenge/Response does not support double-hop impersonations (in that once passed to the IIS server, the same credentials cannot be passed to a back-end server for authentication).

More resources:

show/hide this revision's text 1

You could be suffering from the double-hop problem