How should I edit an Entity Framework connection string?

后端 未结 5 2028
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 17:13

I recently had to edit my app.config file to change the connection string for an Entity Framework data model (.edmx file). But I\'d like to know: Is the

5条回答
  •  借酒劲吻你
    2020-12-12 17:26

    Open .edmx file any text editor change the Schema="your required schema" and also open the app.config/web.config, change the user id and password from the connection string. you are done.

提交回复
热议问题