请问单单安装了VS。NET和MYSQL2000,怎么让他们连接起来,还要下载别的东西么?或者说还要输入什么,我就只在VS。NET里面的服务器资源管理器==》数据连接(右键)选择添加连接,然后是选择了,Northwind的,测试连接成功,就这样么??还是要其他的?? 可为什么我弄的时候总提示无法连接到数据库呢??????提示的错误信息如下....
“/chatqq”应用程序中的服务器错误。
SQL Server 不存在或访问被拒绝。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Data.SqlClient.SqlException: SQL Server 不存在或访问被拒绝。
源错误:
源文件: c:\inetpub\wwwroot\chatqq\reg.aspx.cs 行: 37
堆栈跟踪:
行 35: string SqlName = "sp_NewUser";
行 36:
行 37: MyConnection.Open();
行 38: SqlCommand RegCMD = new SqlCommand(SqlName,MyConnection);
行 39: RegCMD.CommandType = CommandType.StoredProcedure;
[SqlException: SQL Server 不存在或访问被拒绝。]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
chatqq.Reg.Regist(String ID, String Pwd) in c:\inetpub\wwwroot\chatqq\reg.aspx.cs:37
chatqq.Reg.btnReg_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\chatqq\reg.aspx.cs:101
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292
版本信息: Microsoft .NET Framework 版本:1.1.4322.2032; ASP.NET 版本:1.1.4322.2032