Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello i created mvc5 project and Authentication is individual user acounts

when i try to register is give me the following error

SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start



i checked my sql server managment studio did not find in db created

also i checked APP_Data folder did not find any db files


i checked connection string in config file

C#
<connectionStrings>
    <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-Identity-20150621113906.mdf;Initial Catalog=aspnet-Identity-20150621113906;Integrated Security=True"
      providerName="System.Data.SqlClient" />
  </connectionStrings>


i don't know where database suppose to be ?? i'm new to mvc ( project is mvc5)

is there any missing configurations ??
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900