Hi Team,
I am facing a strange issue, I have an application on a sever with SQL. I shifted it from one server to other. Configured all the connection strings. Now, when I am trying to access login page..it is showing below error
Error authenticating user. Cannot open database "DBAPP" requested by the login. The login failed.Login failed for user Domain\Server$' .
Strange thing is I am trying to connect with SQL authentication and not sure why this domian\server coming into picture.
I tried to search a lot on internet but did not find something helpful.
Please write if you have any idea about the issue
I am facing a strange issue, I have an application on a sever with SQL. I shifted it from one server to other. Configured all the connection strings. Now, when I am trying to access login page..it is showing below error
Error authenticating user. Cannot open database "DBAPP" requested by the login. The login failed.Login failed for user Domain\Server$' .
Strange thing is I am trying to connect with SQL authentication and not sure why this domian\server coming into picture.
I tried to search a lot on internet but did not find something helpful.
Please write if you have any idea about the issue
Comment