I can open my database and see my files in server explorer. The test connection says fine. But I can't query and I don't think that is is hooked up to my project.
My database is on the web.com site and so I am using the net server instead of the sql server when I open it.
On my project the files for the database are in the file App. code and I have a folder for DataAccessLayer and SQLClient. No problems on the solution explorer side.
This web was working and I am in the midst of updating it so have not uploaded it to my website yet or tried to build it. Still have errors which I am working on. When I build the site will the database kick in and why can't I query the database using visual.
On the database side, I have 4 possible connections.Two have a connection string to my web and then the main one which is the connection to the outside database. I also have a master. guest. Is this the problem.
Thanks.