When you create an MVC Application with Windows Authentication, it adds roles and what not to your database tables... How do you add those in manually if you have created the project as an empty project?
I have run:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regsql.exe
inside packagemanager but it has made the old versions
aspnet_blabla
.... Oh god, there's so many tables and views added (cries self to sleep)
I found http://msdn.microsoft.com/en-us/library/ms229862(v=vs.100).aspx#findingthecorrectversion which pretty much says the usual stuff that ends up placing the crazies in my database. :'(
is there anything wrong with using the aspnet_blabla tables?