Hi All,
I was working with mvc 5 application.Created internet application.Now when i try to register user provided by default.I am getting the error
First of all No Connection string was present in web.config so i added manually.
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-AspnetIdentitySample-20130627083537_2;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
Now localdb database is causing error.
Could anyone tell why those connection string are not added by default .I am missing something in installation?
Thanks in Advance.
Rajeev