I am building my 1st .asp application and filling a data grid from a Nothwind DB. When I try to open the connection it gives me user log in error. Can anyone guide me here ?? Thank you.
Exception Details: System.Data.OleDb.OleDbException: Login failed for user 'WITHEATH\ASPNET'
Line 44: myConnection.Open()
Here is my code snippet:
VB:
--------------------------------------------------------------------------------
Public myConnString As String = "Provider=SQLOLEDB;Data
Source=localhost;Initial Catalog=Northwind;Integrated Security=SSPI;"
Public myConnection As New System.Data.oledb.OleDbConnection(myConnString)
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.