I have SQL Server running on Machine1, while IIS is running on Machine2. I get this message when I load an ASP page linked to a SQL Server database"
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I found that it is because IIS is passing the IUSR_Machine2 creditials onto SQL Server. How do I setup this account on SQL? They are running on different machines, so I would have to find away to bring the local account from Machine2 over to Machine1.
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I found that it is because IIS is passing the IUSR_Machine2 creditials onto SQL Server. How do I setup this account on SQL? They are running on different machines, so I would have to find away to bring the local account from Machine2 over to Machine1.