It uses SQL Express by default. If you want to connect to a "corporate" db, you need to create the db on the server, run the DBSchema.sql file in the App_Data Directory, then configure the asp.net membership/profile schema by going to your framework/v2.0 directory and running aspnet_regqsl. After doing that, you need to modify the connection string in the web.config.