Hi, I've searched and read a lot of infirmation on the web but can't get my head around my specific issue:
I'm new to ASP.NET but I'm developing a website that needs user registration + a database to store other data linked to the user.
I have created ASPNETDB.MDF from an online tutorial but now I need another database to store other info and would like to know what is the general best practise?
I suppose I could just add tables to aspnetdb.mdf but I have VS2010 professional and SQL Server 2008 (not express edition). REally I would prefer to use SQL Server 2008 to do all the datbase work as I'm trying to learn this but is that possible/feasible to use with asp.net - am I better ignoring the ASPNETDB.MDF database and just building my own?
I've read the microsoft blurb on this but it is so confusing as to which version you are using - I could download VS2013 express/web matrix etc but as I already have VS2010 Pro and SQL 2008 am I not ...

Go to the complete details ...