|
Trusted server
|
|||
---|---|---|---|
#18+
При запуске любой программы с коннектом к базе SQL выдается сообщение типа: Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. Пример программы: <%@ Page language="VB" debug="true" trace="true" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Data" %> <script runat=server> sub Page_Load (sender as object, e as eventargs) dim myConnection as SqlConnection myConnection = New SqlConnection("server=localhost;database=Pubs;uid=sa;pwd=;") myConnection.Open() Response.Write("Opened connection to " & myConnection.Database & "<BR>") Response.Write("SQL Server version " & myConnection.ServerVersion) end sub </script> Из трассировки: Category Message From First(s) From Last(s) aspx.page Begin Init aspx.page End Init 0,000042 0,000042 Unhandled Execution Error Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at ASP.WebForm1_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\BaseTest\WebForm1.aspx:line 8 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain() Система: MS Visual Studio .NET 2003 MS .NET Framework 1.1 MS SQL Server 2000 DE ... |
|||
:
Нравится:
Не нравится:
|
|||
23.02.2004, 01:48 |
|
Trusted server
|
|||
---|---|---|---|
#18+
авторLogin failed for user 'sa'. посмотрите Security на SQL Server'e - только Windows стоит или SQL Server and Windows? ... |
|||
:
Нравится:
Не нравится:
|
|||
23.02.2004, 10:05 |
|
Trusted server
|
|||
---|---|---|---|
#18+
Галочка стоит на Win & SQL. Добавил юзера, типа login: set пароль: qwerty зароботало, но в книгах используются дефолтные настройки, вроде: uid=sa;pwd; поэтому интересно и нужно, чтоб работало и так. Так как не могу понять причину. И вообще при любых условиях нет коннекта с Query Analyzer ... |
|||
:
Нравится:
Не нравится:
|
|||
24.02.2004, 00:56 |
|
|
start [/forum/topic.php?fid=17&msg=32418737&tid=1354210]: |
0ms |
get settings: |
9ms |
get forum list: |
13ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
29ms |
get topic data: |
11ms |
get forum data: |
2ms |
get page messages: |
44ms |
get tp. blocked users: |
2ms |
others: | 13ms |
total: | 131ms |
0 / 0 |