Hi, we are developing a MVC app using CSLA.net. We deploy seperate layers to seperate servers(web server and app server). If BLL uses some key/value setting in web.config, which web.config should we put the key/value setting? Since there are 2 web.config files, one is on web server and another is on application server.
↧