Removing ConnectionString when deploying with Visual Studio 2012
问题 I'm working on a project with 2 web applications, one being hosted as long running process (with appfabric), the other is just a normal MVC application. They share same datacontext, thus same connectionString. The appfabric application is deployed as a child application of the main, taking advantage of the web.config inheritance (we don't want connectionstring to be duplicated in web config) My problem is that with the new Visual Studio 2012 wizard for publishing, the connectionString are