1
I’m new to ASP.NET programming, and I’m trying to connect Visual Studio 2013 Express with SQL serves 2012 Express and I’m not getting any results.
I did the following procedures;
procedure 1.
procedure 2.
procedure 3.
the password is correct, I did a connection test and was unsuccessful.
I don’t know if the connection drive is correct, see ;
I downloaded SQL Express 2012 from this link
http://www.microsoft.com/en-US/download/details.aspx?id=29062
and only downloaded the file that had 1.3 Gigas.
When you put the login data and password you have the testconnection button... in case if the OK button worked... was created successfully... the visual studio is sqlserver friendly... so you don’t even have to worry about the references(drive)... if there is none he will speak to you... or you can look for the add!
– Danilo Breda
Try using windows Authentication... Sqlexpress only leaves location... so use ip 127.0.0.1
– Danilo Breda
if I connect as windows Authentication I can not see the databases I created in sql serve 2012 Express.
– wladyband
Set "failed". There are over a dozen ways a connection can fail. If you tell us which one happened to you, we’ll be easier to help ;)
– Oralista de Sistemas
The most important image (error) is empty. You can fix the image link?
– Andre Figueiredo
i can fix, I created a connection string and it worked . I still want to thank.
– wladyband