SubSonic 3.0 two different Databases namespace Issue
Posted
by
Roswell
on Stack Overflow
See other posts from Stack Overflow
or by Roswell
Published on 2011-02-01T12:02:38Z
Indexed on
2011/02/02
23:25 UTC
Read the original article
Hit count: 172
My question is simple, I have two databases with the same scehema, one is live database say DLive and other one is testbed say DTestBed....
However, I want to use the same database namespace for both database. How can I achieve that without changing namespace in my code all over? Sometimes you need to do builds for live and testbeds in the same day ! Its really hard to change big project namespaces everytime you build.
How can I just change the webconfig connection string and get it done?
Thanks,
© Stack Overflow or respective owner