B
Bill Mild
Feel free to let me know if there is a better place to post this question
I'm a website developer trying to write a Windows Service, and I think I'm
running into trouble due to the paradigm shift.
In website development, I change the web.config file on the fly without
re-building a project. How does this work with the app.config in a Windows
Service? It seems like when I update a ConnectionString in app.config after
rolling to a production server, it doesn't take. Does app.config get
complied into the executable on build so that I can't change it on the fly?
If so, how would I set it up to be able to configure the db connection string
on the production server?
Thanks.
I'm a website developer trying to write a Windows Service, and I think I'm
running into trouble due to the paradigm shift.
In website development, I change the web.config file on the fly without
re-building a project. How does this work with the app.config in a Windows
Service? It seems like when I update a ConnectionString in app.config after
rolling to a production server, it doesn't take. Does app.config get
complied into the executable on build so that I can't change it on the fly?
If so, how would I set it up to be able to configure the db connection string
on the production server?
Thanks.