1
I’m starting studies on Asp.net MVC, and wanted to know where the visual studio creates the database and tables when choosing the standard MVC project. It seems that it already creates all the support for registration and login. Where are these tables ? Can I migrate this to a mysql database, for example?
Thanks Gypsy, worked beauty in vs2013. Now I’m testing vNext and this directory App_data doesn’t even exist anymore.
– Beetlejuice
@Paul Ah, yes. The application I pasted from example is still MVC5.
– Leonel Sanches da Silva
I ended up discovering that the database he creates in c: Usuarios seuusuario
– Beetlejuice
@paul It is normal to vary. It all depends on how the project is started.
– Leonel Sanches da Silva