Setting up the project - PaulKGray/TemplateGraySkull GitHub Wiki
Database
- In SQL server create a new database.
- 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.
- Hit run and watch Nhibernate create the database.
- 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.