SQL Server未启动

时间:2013-11-12 11:45:42

标签: sql-server wcf sql-server-2012 sql-server-2012-web

我创建了本地服务。我的服务器名称类似于sqlitesync.com。在我的数据库文件夹中创建了configuration (web.config)WCF web service (AuroraSyncService.svc)。当我在浏览器中测试此服务时,它什么也没显示。

我遵循了本教程Link

在浏览器中启动服务http://sqlitesync.com/sqlitesyncservice/AuroraSyncService.svc时,它会显示空enter image description here

当我创建自己的(index.htmlhttp://sqlitesync.com/index.html时,它可以正常运行

http://sqlitesync.com/index.html

我不知道如何解决这个问题我也是SQL Server新手。

任何人都提供解决方案来解决这个问题。

配置代码:

<connectionStrings>
<add name="AuroraSyncCn" connectionString="Data Source=(local);Initial Catalog=SQLite-Sync.com;User ID=sa;Password=pass" providerName="System.Data.SqlClient" />

enter image description here

1 个答案:

答案 0 :(得分:1)

在我看来,你的IIS配置是错误的。 你在本地电脑上创建测试网站吗?如果这样做,请将主机名留空,然后尝试运行此链接:

http://localhost/AuroraSyncService.svc