I created a mvc5 asp.net website that connects to sql server database. Looks like when ever I register a user through this website, user is created to database called DefaultConnection that is located at C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQLEXPRESS\MSSQL\DATA.
But my config file is not pointing to this. My config file is pointing to a proper database at certain server. Also my connection has different name like
<connectionStrings><add name="TestEntities"....
And when I run my website it correctly bringing info from this database. Problem is only when I register a user.