阅读背景:

.NET迁移:在运行时设置和迁移多个数据库

来源:互联网 

Brief introduction: I have this ASP.NET Webforms site with the particularity that it doesn't have only 1 database, it has many. Why? Because you can create new "instances" of the site on-the-fly. Every "instance" share the same codebase, but has its own database. These all databases have the same schema (structure) but of course different data. Don't ask 'why don't you put everything in one database and use InstanceId to know which is" because it's a business policy thing. I have this ASP.NET Webform




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: