•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 425,935 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,613 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2958 | Replies: 1
![]() |
| |
•
•
Join Date: Jul 2004
Posts: 8
Reputation:
Rep Power: 0
Solved Threads: 0
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)
myConnection.Open()
mySelectCommand.CommandText = "SELECT * from users"
mySelectCommand.Connection = myConnection
myAdapter.SelectCommand = mySelectCommand
myAdapter.Fill(myDataSet, "users_table")
If Not (IsPostBack) Then
DataGrid1.DataBind()
End If
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)
myConnection.Open()
mySelectCommand.CommandText = "SELECT * from users"
mySelectCommand.Connection = myConnection
myAdapter.SelectCommand = mySelectCommand
myAdapter.Fill(myDataSet, "users_table")
If Not (IsPostBack) Then
DataGrid1.DataBind()
End If
You need to add a username and password to your connection string
. Either that, or add the user [MachineName]\ASPNET to your SQL Database Security.
. Either that, or add the user [MachineName]\ASPNET to your SQL Database Security. -Ryan Hoffman
ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Explorer.exe trouble - Have Hijack This Log... (Viruses, Spyware and other Nasties)
- Error Log in new PC with XP before delivery (Windows NT / 2000 / XP / 2003)
- Need help, to prevent hack attempts (Network Security)
- Network sharing problem (Networking Hardware Configuration)
- Failure to load hardware monitor driver (Windows NT / 2000 / XP / 2003)
- Registry File Failure? (Windows NT / 2000 / XP / 2003)
- logging problems and keyboard failure (Windows NT / 2000 / XP / 2003)
Other Threads in the ASP.NET Forum
- Previous Thread: Regarding ListItem Class
- Next Thread: A good example of Master/Detail INPUT webform


Hybrid Mode