I am working through the Pro HTML 5 with Visual Studio 2012 book and the second chapter describes creating a simple project. I am using VS 2012 Professional.
The project is created correctly (.NET 4.5 ASP.NET Web Project), but the book goes on to discuss the creation of a "default database" with SQL Server 2012. I have SQL Server 2012 Express installed.
The database was not created at all. Is there a setting I need to toggle in order to generate? Is this a supported feature for the professional version?