M
Marc Castrechini
We are currently using impersonation with constrained delegation to run a
dual server environment for ASP.NET 2.0 and SQL Server 2005.
Everything is up and running great, however, we have the following issue and
are not sure where to look.
If a user is logged into our Application Server and is inactive for a
certain amount of time (to be determined) the connection to the Application
Server is still authenticated because it will serve additional page requests
(also Anonymous is disabled), however, when those additional requests
attempt to access the database they fail due to Login failed for user 'NT
AUTHORITY\ANONYMOUS LOGON'.
So it appears the ticket some how no longer delegates to the Database
server.
If anyone has some direction or references to help track this down it would
be greatly appreciated
(Troubleshooting Kerberos Delegation doesn't help because everything works
as long as the user does not go idle).
TIA,
- Marc Castrechini
dual server environment for ASP.NET 2.0 and SQL Server 2005.
Everything is up and running great, however, we have the following issue and
are not sure where to look.
If a user is logged into our Application Server and is inactive for a
certain amount of time (to be determined) the connection to the Application
Server is still authenticated because it will serve additional page requests
(also Anonymous is disabled), however, when those additional requests
attempt to access the database they fail due to Login failed for user 'NT
AUTHORITY\ANONYMOUS LOGON'.
So it appears the ticket some how no longer delegates to the Database
server.
If anyone has some direction or references to help track this down it would
be greatly appreciated
(Troubleshooting Kerberos Delegation doesn't help because everything works
as long as the user does not go idle).
TIA,
- Marc Castrechini