Hi guys. I have a console app that gets deployed to a server. This console app has some variables whose values are stored in the projects settings file available under the Project-> Properties setting. When in my Visual Studio development environment, I just change these using the Visual Studio interface. But when this app is deployed to the server, I obviously wouldn't be changing the settings values using VS. I would need to edit the setting file by hand. The question I have is what file(s) need to be edited? I always thought it was the App.config file, but when I did that, the changes were not reflected in the app. Thanks.
↧