Relative Content

Tag Archive for c#asp.netpublish

How do I handle publishing app to many diffent customers

I have a situation, where my program (C#, ASP.NET Core Web API) is used by various customers and they all have slightly different setups. They all use different connection strings, and some only have a production environment and some have both test and production environments. And from time to time I have to attach to their system from Visual Studio, so I can debug the code.