เมื่อ รันกะ iis ไม่ผ่าน ใช้ ฐานข้อมูลจากเครื่อง server อีกเครื่อง รันด้วย iis ไม่ผ่าน แต่ ใช้ฐานข้อมูลจากเครื่องตนเองรัน
ใช้ ฐานข้อมูลจากเครื่อง server อีกเครื่อง รันด้วย iis ไม่ผ่าน แต่ ใช้ฐานข้อมูลจากเครื่องตนเองรัน iis ผ่าน ต้อง ทำยังไงหรือ ค่ะ error ขึ้นดังนี้
Server Error in '/' Application.
--------------------------------------------------------------------------------
Login failed for user 'ADDIN\ADDIN-PRG1$'.
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: Login failed for user 'ADDIN\ADDIN-PRG1$'.
Source Error:
Line 31: Dim ds As New DataSet(DatasetName)
Line 32: 'Try
Line 33: da.Fill(ds, TableName)
Line 34:
Line 35: 'Catch x1 As Exception
Source File: C:\Inetpub\Webservice\App_Code\Connect_database.vb Line: 33
Stack Trace:
[SqlException (0x80131904): Login failed for user 'ADDIN\ADDIN-PRG1$'.]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +734963
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +33
System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +628
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359
System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
Class1.GetDataset(String strsql, String DatasetName, String TableName) in C:\Inetpub\Webservice\App_Code\Connect_database.vb:33
_Default.Button1_Click(Object sender, EventArgs e) in C:\Inetpub\Webservice\lookworkin.aspx.vb:47
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 Tag : - - - -
Date :
2 เม.ย. 2550 09:21:50
By :
jipakan
View :
2030
Reply :
1
น่าจะใส่ User ผิดนะครับ
Date :
3 เม.ย. 2550 08:42:57
By :
เอก
Load balance : Server 02