标题: 求asp.net高手帮忙。。 [打印本页] 作者: new_programmer 时间: 2011-12-4 01:12 PM 标题: 求asp.net高手帮忙。。 我有一份asp.net的project里面有一个ASPNETDB.MDF和一份database.sql的script, 我用visual web developer 2008打开在browser来testing,但是我有加入existing aspnetdb.mdf但是没有run sql script的问题,帮忙一下,谢谢。那你们是怎样打开asp.net open source在visual web developer 2008?
Server Error in '/' Application.
Cannot open database "esis_db" requested by the login. The login failed.
Login failed for user 'user-PC\user'.
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.SqlClient.SqlException: Cannot open database "esis_db" requested by the login. The login failed.
Login failed for user 'user-PC\user'.
Source Error:
Line 26: Dim dt As New DataTable()
Line 27: Dim adap As New SqlDataAdapter()
Line 28: conn.Open()
Line 29: cmd = conn.CreateCommand
Line 30: cmd.CommandText = strSQL
Source File: E:\MyPsmProject\Inventory system lipe\CHJ_ESIS\chj_esis\chj_esis\login.aspx.vb Line: 28
我有常常看到你的post,你很厉害的!!!
你的意思是不是要下载Microsoft Sql Server 2005,然后用它来do connection to asp.net的project里面的一个ASPNETDB.MDF?因为我的laptop没有Microsoft Sql Server 2005。作者: new_programmer 时间: 2011-12-5 06:43 PM 回复 2#宅男-兜着走
但是我没有run里面的一个ASPNETDB.MDF的database.sql的script!!!作者: 宅男-兜着走 时间: 2011-12-5 09:03 PM 回复 4#new_programmer
我先声明 我不是 asp.net 的料, 我没写过 >< ...
但是我用过 ms sql
我有常常看到你的post,你很厉害的!!!
你的意思是不是要下载Microsoft Sql Server 2005,然后用它来do connection to asp.net的project里面的一个ASPNETDB.MDF?因为我的laptop没有Microsoft Sql Server 2005。
没有不是装咯
其实你知道什么是 windows authentication, 跟 sql authentication 吗?
[SqlException (0x80131904): Cannot open database "esis_db" requested by the login. The login failed.
这个错误是说, 你的database connection failed。两种可能性我二楼也说了。
我是不建议你用 windows authentication login 的啦 ... 最好是 attached 进去 sql server 省下这些麻烦