Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2012 开发 WPF 应用程序。这个项目涉及到数据库引擎的大量连接,在这种情况下,我使用 SQL Server 2012。在我发布我的应用程序一段时间后,我希望更改密码出于安全原因的 SQL 服务器。有什么方法可以在不更改任何代码或重新部署我的应用程序的情况下更改密码?
目前,连接字符串存储在 app.config 文件中。有更好的方法吗?
非常感谢。
在您的输出文件夹中有一个名为 ProjectName.exe.config 的文件,它与您的 app.config 相同,只需编辑它...