Open Web.config file and change values of server name, database name,username and password in connectionStrings tag as below:
data source: your server name
initial catalog: your database name
user id: your username
password: your password
initial catalog: your database name
In Database folder, open SQL Database Script file “UserManagement1.0 – dbScript (Schema and Data).sql” in SQL Query Analyzer and execute it. The database will be created.