T
tshad
I have a Windows Service that I am deploying by setting a Deployment project
in my solution.
The problem I am having is with the app.config file. This where we store
our connection string and folder locations.
My development app.config is different from my clients.
When I send him an msi file, I have to either add the clients app.config
file into my project in 2 locations (as I am running as an exe as well as a
Service - which calls the code from the exe project) or send him the
app.config and have him replace it.
Is there a way to tell the deployment project to include a different
app.config file than is currently in the project.
Can you set up multiple build type (personalities) to run for testing?
Thanks,
Tom
in my solution.
The problem I am having is with the app.config file. This where we store
our connection string and folder locations.
My development app.config is different from my clients.
When I send him an msi file, I have to either add the clients app.config
file into my project in 2 locations (as I am running as an exe as well as a
Service - which calls the code from the exe project) or send him the
app.config and have him replace it.
Is there a way to tell the deployment project to include a different
app.config file than is currently in the project.
Can you set up multiple build type (personalities) to run for testing?
Thanks,
Tom