美文网首页
解决方法

解决方法

作者: 可能是帅气的昵称吧 | 来源:发表于2018-12-05 11:30 被阅读0次

解决方法
1、将数据库连接方式改为windows和sql混合模式
2、启用sa账户并设置密码为123
3、修改AgricultureManWeb\Web.config 中的数据库连接字符串设置为
<connectionStrings>
<add name="Agriculture" connectionString="Data Source=.;Initial Catalog=Agriculture;User ID=sa;Password=123" providerName="System.Data.SqlClient" />
</connectionStrings>

相关文章

网友评论

      本文标题:解决方法

      本文链接:https://www.haomeiwen.com/subject/zryicqtx.html