Configuring FluentNHibernate to use multiple databases in .net
Posted
by Miral
on Stack Overflow
See other posts from Stack Overflow
or by Miral
Published on 2010-05-10T13:42:30Z
Indexed on
2010/05/11
9:54 UTC
Read the original article
Hit count: 305
fluentnhibernate
|multipledatabase
I am using c#.net and we are using nhibernate.
It was fine until i was connecting to a single database. Now in the same project i am suppose to use multiple database, how can this be achived.
Configuration of the nhibernate is lies in web/app.config file. How to specify multiple connection string over there and how to create multiple session factories.
© Stack Overflow or respective owner