M
musosdev
Hi
I've been reading about various ways in which people can have multiple
web.config "sections" for different scenarios (configSource proerty, etc).
In my situation, I just have a dev and production environments, and I'm
using VS2008 .net 3.5.
I'm wondering, is there not some sort of conditional compilation I can do,
where if it's I compile in Debug mode it will use web.config.debug or if I
compile for release it uses web.config.release ?!
Is that at all possible, other than manually renaming the files!?
Thanks,
Dan
I've been reading about various ways in which people can have multiple
web.config "sections" for different scenarios (configSource proerty, etc).
In my situation, I just have a dev and production environments, and I'm
using VS2008 .net 3.5.
I'm wondering, is there not some sort of conditional compilation I can do,
where if it's I compile in Debug mode it will use web.config.debug or if I
compile for release it uses web.config.release ?!
Is that at all possible, other than manually renaming the files!?
Thanks,
Dan