is it possible to share the web.config across multiple projects in a solution?(ASP.NET)
-
You are referencing Visual Studio projects and solutions correct? In which yes it is possible. Using source control the file can be shared across multiple projects.
No comment
-
You are referencing Visual Studio projects and solutions correct? In which yes it is possible. Using source control the file can be shared across multiple projects.
No comment
-
more details. I have: 1 solution 5 projects -> 1 projects has references to 2,3,4 project(s). I would like to use 1 web.config across all 5. How do I do this? I don't have IIS install on my pc
Hi, I believe its possible, I googled and found some similar answer.You can check these links below, http://devlicio.us/blogs/derik_whittaker/archive/2008/04/15/how-to-share-configuration-files-between-projects.aspx[^] http://aaronfeng.blogspot.com/2006/03/override-default-net-configuration.html[^] http://stackoverflow.com/questions/4007572/is-it-possible-to-share-the-web-config-across-multiple-projects-in-a-solutionas[^]