J
Just D.
All,
How can we include some configuration file inside Web.Config file? For
example, we're having the Web.Config file with a number of general settings,
but some of these settings are different per developer's machine and we
don't need to upload these customized settings in the source control. Can we
use some directive to include an external file with these settings so that
it will be read together with the Web.Config file and will be located in the
same dir as the original Web.Config?
Just D.
How can we include some configuration file inside Web.Config file? For
example, we're having the Web.Config file with a number of general settings,
but some of these settings are different per developer's machine and we
don't need to upload these customized settings in the source control. Can we
use some directive to include an external file with these settings so that
it will be read together with the Web.Config file and will be located in the
same dir as the original Web.Config?
Just D.