标签: asp.net-mvc database asp.net-core connection-string
我有2个由migration创建的数据库。当我的项目(Asp.net core 2.2)启动时,它显示一个view,其中包含一个dropdownlist数据库名称。现在,我希望随时选择任何数据库,以将连接字符串更改为新数据库。
migration
view
dropdownlist
我可以使用此link创建2个连接字符串。但是我无法在运行时更改连接字符串。
如何在运行时更改连接字符串?