How do you deal with connection strings when deploying an ASP.NET site?

后端 未结 11 1007
暗喜
暗喜 2021-02-04 13:51

Right now our test and production databases are on the same server, but with different names. Deploying has meant editing Web.config to change all the connection strings for th

11条回答
  •  独厮守ぢ
    2021-02-04 14:25

    Here's another thing you can try:

    Using SQL Server Configuration Manager, make a db Alias for your development database so that the web.config file can be the same on both your development box and the production server.

提交回复
热议问题