I have 2 servers:
Windows Server 2008 with SQL SERVER 2012
Windows Server 2008 with IIS 8
I need login from client machine to SQL server through IIS server use php application.
I read many articles and configure all and it works, but i have a problem - it work correctly only in IE browser (or EDGE), but not in Chromium-based or Firefox browsers.
If i launch once IE, php app succefull connect to SQL server, else in not IE browsers i got error NT AUTHORITY\ANONYMOUS LOGON.
I always succefull logon on IIS (check $_SERVER['REMOTE_USER'];)
Need help