A connection was successfully established with the server, but then an error occurred during the pre-login handshake

前端 未结 24 3024
無奈伤痛
無奈伤痛 2020-11-27 03:37

I am getting following error when i am trying to connect Production DB from Local Environment.

I was able to connect Production DB before, but suddenly i am getting f

24条回答
  •  执笔经年
    2020-11-27 04:26

    You might want to check a few things:

    1. You production server allows remote connections. (possible that someone turned this off, especially if you have a DBA)

    2. Check your connection string. Sometimes if you are using an ip address or server name this will cause this error. Try both.

提交回复
热议问题