G
Guest
I have an app I run under the windows scheduler that makes use of the .config
file, and I use Configuration.AppSettings to interrogate it. I would like to
run it against more than 1 .config file, and the only way I can think to do
this (using Configuration.Appsettings) is to create a copy of the app on the
filesystem for each .config file. Obviously, not very elegant, but I dont
have the time to play with XML. Is it possible to do something like pass the
config file name in on the command line? Or does someone know of a cleaner
solution?
This using 1.1
Thanks, Mark
file, and I use Configuration.AppSettings to interrogate it. I would like to
run it against more than 1 .config file, and the only way I can think to do
this (using Configuration.Appsettings) is to create a copy of the app on the
filesystem for each .config file. Obviously, not very elegant, but I dont
have the time to play with XML. Is it possible to do something like pass the
config file name in on the command line? Or does someone know of a cleaner
solution?
This using 1.1
Thanks, Mark