Setting up the project - PaulKGray/TemplateGraySkull GitHub Wiki

Database

  1. In SQL server create a new database.
  2. Copy the connection string and server name out of sql server and put into the connection string in web config of the Template MVC site.
  3. Hit run and watch Nhibernate create the database.
  4. This will create everything for you the first page you will see is the site set up page where you create an administration account.

Setting aspnet_regsql.exe Through command prompt

open command prompt and navigate to

C:\Windows\Microsoft.NET\Framework64\v4.0.30319

command

aspnet_regsql.exe -S [Server Name] -U [Username] -P [Password] -A mr -d [Database]

This is how to deploy run regsql on app harbour.