Getting Started
- Create local git and name it with ComicBookGallery.
- Create new project, ASP.NET Web Application.
- Choose empty template.
- Check "MVC" checkbox.
- Done.
- Now, let's commit and push to your GitHub account.
- Check Tools > Options > Debugging > General > uncheck "Enable JavaScript Debugging".
- 404 error means you're requesting a page that doesn't exist.
- 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.