G
Guest
I'm getting the following error when running my web app on my localhost web
server:
System.Data.SqlClient.SqlException: SQL Server does not exist or access denied
I drag and dropped an sqlconnection1 object onto my web from from the server
explorer. I'm getting the above error on the following line of code in my web
form:
da.Fill(ds, "Results")
Does anyone know what I need to do to correct the above error? What is
causing this error?
server:
System.Data.SqlClient.SqlException: SQL Server does not exist or access denied
I drag and dropped an sqlconnection1 object onto my web from from the server
explorer. I'm getting the above error on the following line of code in my web
form:
da.Fill(ds, "Results")
Does anyone know what I need to do to correct the above error? What is
causing this error?