Posts by Lucas SIlva • 1 point
1 post
-
0
votes2
answers28
viewsA: Visual Studio (C#): Use web.debug.config without publishing
I believe you can move the string conection to a separate file and just add that file to git ignore. Web.Config <connectionStrings configSource="ConnectionStrings.config" />…