I am getting started with authentication in ASP.net MVC5 and trying to understand authentication. I noticed when running "aspnet_regsql" it generates the tables/sp that begin with "aspnet_" and it also creates a set of tables that start with "AspNet" that have similar functionality (i.e. users, roles, etc).
Does MVC5 utilize the database elements that start with "aspnet_" or only those that start with "AspNet"? If only the latter, is it ok to delete the former?