我安装了Sql Server Express,但我需要在连接字符串中使用localhost作为数据源。
现在是连接字符串:
<add name="DefaultConnection" connectionString="Data Source=.\SQLEXPRESS.../>
我想这样用:
<add name="DefaultConnection" connectionString="Data Source=localhost
有没有办法在连接字符串中使用localhost别名而不是“。\ sqlexpress”。我在团队项目中工作,其他人使用连接字符串(他们已经安装了sql server - not express)