we have aniisserverthat connectstosqlserverdatabase
thesqlserverdatabaseis not the same asiis server.
iis server can connects to databasewith the option"Trust this computer for delegation to any service (kerberos only)" enabled oniisserver object of the active directory
we need to make a connection using a TMG theurl external tointernalserveriis.
we configureonewebrule on tmg and wee add two spn configuration in active directory: one for http/iisserver and other to mssqlsvc/sqlserver 1433. And in tmg rule we configure http/iisserver
we can login iniisserverbut whenwe accessto thesql partgiveserror hasLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
the aplicationpool is configured to network service.
thx