Pls Give Solution
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)

Rajeev PunhaniPosted Jul 11, 2016, 2:14 AM
Hi Ronak,
This error is due to connection string .It seems you are trying to connect thelocaldb database .Either you don't have localdb installed on your system or your db connectionstring is wrong .For SqlServer 2012 you can download from
If the above solution is helpful then,accept the answer.
barathi rajaPosted Jul 10, 2016, 9:17 AM
Vinay SinghPosted Jun 28, 2016, 4:50 AM
ToString();
Retrieve Connection String From Web.config In ASP.net Using C#.Net (AppSettings,ConnectionStrings)
Ravi Polara PatidarPosted Jun 28, 2016, 3:15 AM
Karthik ElumalaiPosted Jun 11, 2016, 7:22 AM