我正在关注本教程http://blogs.msdn.com/b/jmeier/archive/2010/03/24/how-to-use-asp-net-forms-auth-with-sql-server.aspx,我仍然坚持第6步,我必须设置会员资格数据库。我打开了aspnet_regsql向导,但设置失败,出现以下错误:
System.Web.HttpException(0x80004005):无法连接到SQL Server数据库。
有谁知道我能做什么?我是SQL的初学者,我不确定我是否安装了正确的程序,虽然看起来我的PC上运行了SQLExpress实例。
我正在使用Windows 8和Visual Studio Express 2012 for Web作为教程。
谢谢
答案 0 :(得分:0)
您需要更改连接字符串以指向您的计算机。
由于您使用快递,因此很可能如下所示。
connectionString="Initial Catalog=aspnetdb;Data Source=localhost\sqlexpress;Integrated Security=SSPI"
并非我已将MyServerName
替换为localhost\sqlexpress