I plan to build a WinForms application that will contain among other controls a dropdown list containing the names of the servers my team supports.
I'm looking to the future and wondering what to do if we inherit more servers.
Can I create an updatable xml file and distribute that with the app and have my teammates update it when we inherit a new server?
Should I update/rebuild/redeploy the app every time?