In my application i m using fluent nhibernate with MVC 3. i have separate business layer , DAL , and repository layer, now i have to ask where to create the database connection , weather in the DAL or in the MVC (user interface layer)
Note: i want to define the connection string in web.config file.
Does anyone know ?
Thanks