Quick Start

Last updated: Jan 25th, 2016

Download

AspNetMvcGabs is an opensource base template project created by Bernard Gabon for ASP.NET MVC 5. Feel free to explore the source code on Github.

Download

App Settings

Go to web.config and update the VALUE of the following app settings.

<appSettings>
    <add key="AppTitle" value="Gabs.com" /> <!-- Max 16 characters recommended. -->
    <add key="AppDescription" value="Gabs portal for PHINMA-COC IT/Multimedia/Web students." />
    <add key="AppDomainName" value="http://www.bernardgabon.com" />
    <add key="AppDeveloper" value="Hubert Gabs" />
    <add key="AppDevEmail" value="hewbertgabon@gmail.com" />
    <!-- Default accounts. Kindly update password or deactivate. -->
    <add key="AdminUsername" value="admin1" />
    <add key="AdminPassword" value="password1" />
    <add key="TempUsername" value="user1" />
    <add key="TempPassword" value="userpass1" />
  
    <add key="EmailVerificationEnabled" value="false" />
</appSettings>
            

DO NOT DELETE

File and Folder Structure

It is advise to delete samples and unneeded files and folders except the following:

MyAspNetMvcApp
  • App_Data
  • App_Start
  • Areas
  • Content
  • Controller
    • HomeController.cs
  • fonts
  • Helpers
  • Images
  • Migrations
  • Models
    • ApplicationDbContext
    • Lookup
  • Rotativa
  • Scripts
  • ViewModels
  • Views
    • Home
    • Shared
    • _ViewStart.cshtml
    • Web.config
  • Global.asax
  • packages.config
  • SignalRHub.cs
  • Startup.cs
  • Web.config