I have a .NET 4.8 project created using Visual Studio 2022. I installed web deploy, but every time that I deselect the "Use this connection string" at runtime (update destination web.config
) check box, it doesn't stick.
I have tried this on multiple computers. I have VS 2022 17.7.6 version. I have tried with Professional and with Community edition. This is a C# project.
It overwrites my production connection string and settings in my web.config
file which I would prefer that it does not.
I have tried with this project on multiple computers.