安装 DNN 6.0.1 时无法连接到数据库
我已下载 DNN 6.0.1 以安装在我的本地主机上。环境是Win7+IIS7.5+SQL 2008 Express。我已在该文件夹上添加网络服务的修改权限。当我使用 DefaultAppPool(.NET Framework 4.0) 时,该网站无法工作,而使用 ASP.NET v2.0 classic 时,该网站可以工作,但在设置数据库安装时,出现:
连接错误: 索引号:0 来源:.Net SqlClient 数据提供程序 班级:13 编号:18456 信息: 消息项为空。
那么有人知道为什么以及如何解决这个问题吗?
感谢, 肖恩
I have downloaded DNN 6.0.1 to install on my localhost. The environment is Win7+IIS7.5+SQL 2008 Express. I have add modify permission for NETWORK SERVICE on the folder. When I use the DefaultAppPool(.NET framework 4.0), the website doesn't work, while using ASP.NET v2.0 classic, the website works but when setting up database in stallation, there goes:
Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 13
Number: 18456
Message:
the Message item is blank.
So anybody know why and how solve this problem?
Thank,
Sean
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保应用程序池也在网络服务下运行,并且您拥有正确的数据库密码等。
Make sure the app pool is running under the Network Servcie as well and that you have the proper database passwords etc.