.NET Core can´t connect to SQL DB

前端 未结 3 994
梦毁少年i
梦毁少年i 2021-01-02 07:02

I build a new .net Core Web API with connection to SQL DB. I have problems to connect the API with my Database I tried a local DB \"DefaultConnection\": \"Server=(loca

3条回答
  •  粉色の甜心
    2021-01-02 07:34

    The Problem in this case was the instance Server=192.168.1.XXX\\SQL2012;. I don't know why but the system can't handle it. I use another Server instead (without instance).

    Real solutions are welcome.

提交回复
热议问题