初级问题关于SQL Server
我运行quickstart和一些带数据库得网络例程,总是出现一下错误怎么回事啊?我安装了SQL Server 2000并让他运行拉,我应改怎么配置,谢谢啦我是刚学这个好多不懂麻烦说详细些!
Server Error in '/bbs' Application.
--------------------------------------------------------------------------------
用户 'sa' 登录失败。原因: 未与信任 SQL Server 连接相关联。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: 用户 'sa' 登录失败。原因: 未与信任 SQL Server 连接相关联。
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OleDbException (0x80004005): 用户 'sa' 登录失败。原因: 未与信任 SQL Server 连接相关联。]
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20
System.Data.OleDb.OleDbConnection.InitializeProvider() +57
System.Data.OleDb.OleDbConnection.Open() +203
Forum.Db.OpenDb()
Forum.Db.GetGrid(String Sql, String Tb)
Forum.Db.GetCon()
Forum.Index.SetModel()
Forum.Index.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +720