This operation requires a connection to the 'master' database

前端 未结 9 799
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 19:28

I have suddenly started getting an error in my application.

The error is:

This operation requires a connection to the \'master\' database. Una

9条回答
  •  萌比男神i
    2021-01-03 20:09

    Try setting Persist Security Info = True in your connection string.

    Hope this helps.

提交回复
热议问题