I have installed local DB and SSMS for my project. When I tried to create database in App_data
[for an ASP.NET MVC application], I get an error
Error 50: local DB run time error occurred.
When I checked the services, it's showing only "SQL Server vss writer".
I think I'm missing other services that are required to connect to a database from an ASP.NET MVC application.
Could any one please suggest me from which link, I need to install these? I basically wanted to create a database for ASP.NET MVC 1st approach.. Any other way to resolve this local DB run time error? I need something free for my POC. Please help.