P
PABLIN
Hello I have a problem of connection with SQL SERVER from
Visual VB.NET Studio, but in WebMatrix all this good.
Error:
"Cannot open database requested in login 'tonet'. Login
fails. Login
failed for user 'ANTRAX\ASPNET'.
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:
Cannot open
database requested in login 'tonet'. Login fails. Login
failed for user
'ANTRAX\ASPNET'.
Source Error:
Line 43: dataAdapter.SelectCommand = dbCommand
Line 44: Dim dataSet As System.Data.DataSet = New
System.Data.DataSet
Line 45: dataAdapter.Fill(dataSet)
Line 46:
Line 47: Return dataSet
Visual VB.NET Studio, but in WebMatrix all this good.
Error:
"Cannot open database requested in login 'tonet'. Login
fails. Login
failed for user 'ANTRAX\ASPNET'.
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:
Cannot open
database requested in login 'tonet'. Login fails. Login
failed for user
'ANTRAX\ASPNET'.
Source Error:
Line 43: dataAdapter.SelectCommand = dbCommand
Line 44: Dim dataSet As System.Data.DataSet = New
System.Data.DataSet
Line 45: dataAdapter.Fill(dataSet)
Line 46:
Line 47: Return dataSet