asp.net运行项目连接服务器数据库报错
<connectionStrings>
<add name="yyblogEntities" connectionString="metadata=res://*/yyblog.csdl|res://*/yyblog.ssdl|res://*/yyblog.msl;provider=System.Data.SqlClient;provider connection string="Data Source=174.139.169.90;Initial Catalog=sq_linuxyongchao;Persist Security Info=True;User ID=sq_linuxyongchao;Password=123456;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient"/>
<add name="yyblog" connectionString="Data Source=174.139.169.90;Initial Catalog=sq_linuxyongchao;Persist Security Info=True;User ID=sq_linuxyongchao;Password=123456"/>
</connectionStrings>大家看一下这是我的webconfig里面的配置,我把数据库连接改成本地的就没有问题成功运行,改成服务器数据库地址运行就报错了...
求大神帮忙解决呀???感激不尽!~!!@!我等着把项目挂上去呢
------解决方案--------------------服务器数据库服务有没有开呀
------解决方案--------------------LZ你确定不是你的SQL语句写错了吗
------解决方案--------------------错误已经提示的很明显了,sql语句中有符号错误或者少写了一个符号