对于我当前的项目,我想在另一台计算机上测试应用程序并将我的数据库放在服务器上。
在其他项目中,我查看connectionstring
了数据库的位置,但这次它没有告诉我它的位置。
<add name="Backend.Properties.Settings.autobusConnectionString"
connectionString="Data Source=.;Initial Catalog=autobus;Integrated Security=True"
providerName="System.Data.SqlClient" />
我使用 LINQ-TO-SQL 创建了我的数据库SQL Server 2008 R2
并使用Linq-To-SQL Classes
.
所以我的问题是,它在我的计算机上的什么位置,我将如何更改数据库的位置?谢谢你的帮助,托马斯