First time creating an ASP.NET MVC4 Intranet template. As soon as it finishes being created, I run the application and all I get is a 403 Forbidden response. No matter what I browse to, no errors, nothing, just a blank page.
What in the world is going on?
Following along on this, it should run out of the box.
Edit
Some other weird behavior
- It works on my other computer.
- I can't step into any debug break points either. I tried setting a break point in the Index action of the HomeController and it never breaks into the program.