Sorry I have not too much experience coding, I have developed an application currently working in a server, the topic is, each time that I need to upgrade or edit something in the app I have to change the locations from the server to my local PC locations to test, I don“t know how to configure them in order to avoid changing them manually. I have read about web.config
but is not very clear for me or if this is the correct way to achieve it. could you please tell me which is the best or correct way? as I have to be swithcing 6 locations. langage is C# .net in Visual Studio
part of my code is something simple like this with my local path:
var watcher = new FileSystemWatcher(@"C:\Users\sds.admin\Documents\Customer_Automation\Inputs\knime Customers\eSTORE in-out,") //C:\Users\fernando\Documents\Local in-out
I have not tried anything to solve it