Connection string - Keyword not supported: 'initial catalog'

后端 未结 6 1670
北荒
北荒 2020-12-03 10:47

I am using Webmatrix.data\'s Database entity to create a database connection, however it doesnt like my connection string. I am running it from MVC ASP.net.

Ive tri

6条回答
  •  暖寄归人
    2020-12-03 11:21

    I suggest:


    1. You can check your connection string format clearly especialy " and ". In my case this is:


    1. You may try generate db by EF again.

提交回复
热议问题