I can not seem to connect with an sqlconnection string that works on a windows application, but does not work on a web form application. Everytime I connect to internet i get the error "Login failed for user: <machine name>\ASPNET. I am runing the MSDE.
my connection string is:
objConnection = New SqlConnection("server=machine name\VSdotNET; " & _
"database=pubsql;Integrated Security=SSPI")
I am trying to do the try it out for chapter 17 in Beginning
VB.NET 2003
In order to do this excercise I need to understand why this connection string fails everytime i try to run the web application.
Please I really need your help. Be Trying to figure this out for hours.
Thank you very much