error en conexion
Publicado por jimagu (1 intervención) el 14/10/2004 06:02:49
Necesito ayuda para poder conectarme a una base de datos SQL, atravez de un DATASET. Trato de hacer un login, con usuario y clave, al ingresar la clave y validarla este es el error que me da: (que puedo hacer para conectarme)
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 'VOX\ASPNET'.
Source Error:
Line 139: Me.SqlDAUsuario.SelectCommand.Parameters("@password").Value = Me.txtPassword.TextLine 140:Line 141: Me.SqlDAUsuario.Fill(Me.DsUsuario1.Usuario)Line 142:Line 143: ' If Me.DsUsuario.Usuario.Rows.Count = 1 Then
Source File: C:\lotificacion\WebApplotifi\wfLogon.aspx.vb Line: 141
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 'VOX\ASPNET'.
Source Error:
Line 139: Me.SqlDAUsuario.SelectCommand.Parameters("@password").Value = Me.txtPassword.TextLine 140:Line 141: Me.SqlDAUsuario.Fill(Me.DsUsuario1.Usuario)Line 142:Line 143: ' If Me.DsUsuario.Usuario.Rows.Count = 1 Then
Source File: C:\lotificacion\WebApplotifi\wfLogon.aspx.vb Line: 141
Valora esta pregunta


0