Sharing config files between projects
-
Dear all, I have a solution with multiple class library and Asp.net projects. I want to have a common configuration file for common configuration/settings for all those projects in my solution. What is the best way to achieve this ? (i didn't find a good solution on the web yet :) ). Thanks in advance.
-
Dear all, I have a solution with multiple class library and Asp.net projects. I want to have a common configuration file for common configuration/settings for all those projects in my solution. What is the best way to achieve this ? (i didn't find a good solution on the web yet :) ). Thanks in advance.
Do you mean a common web.config for the ASP.NET projects, a common config file for the class libraries, or both? If you are using source control, such as TFS, a single file could be included in multiple projects. On the file system you could also link the files to each project rather than each having their own.
I know the language. I've read a book. - _Madmatt
-
Do you mean a common web.config for the ASP.NET projects, a common config file for the class libraries, or both? If you are using source control, such as TFS, a single file could be included in multiple projects. On the file system you could also link the files to each project rather than each having their own.
I know the language. I've read a book. - _Madmatt