updated question
How do I specify the data source to my local MSSQL server?
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=(localhost)\SQLEXPRESS;Initial Catalog=bladb;Integrated Security=true" providerName="System.Data.SqlClient" />
</connectionStrings>
I keep getting a "data source not found" exception no matter what I try.