Getting Started

  1. Create local git and name it with ComicBookGallery.
  2. Create new project, ASP.NET Web Application.
  3. Choose empty template.
  4. Check "MVC" checkbox.
  5. Done.
  6. Now, let's commit and push to your GitHub account.
  7. Check Tools > Options > Debugging > General > uncheck "Enable JavaScript Debugging".
  8. 404 error means you're requesting a page that doesn't exist.
  9. MVC websites don't use HTML files to represent pages. Instead, a page is represented by the combination of the controller and a view. But, we don't have them yet.

results matching ""

    No results matching ""