I was getting this error
Login failed for user 'NT AUTHORITY\ANONY MOUS LOGON'.
I solved it by setting in the php.ini
mssql.secure_co nnection = On
to
mssql.secure_co nnection = Off
It worked!!
Login failed for user 'NT AUTHORITY\ANONY MOUS LOGON'.
I solved it by setting in the php.ini
mssql.secure_co nnection = On
to
mssql.secure_co nnection = Off
It worked!!
Comment