1

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

  1. It works on my other computer.
  2. 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.
richard
  • 12,263
  • 23
  • 95
  • 151
  • Are there any errors showing up in the response headers? – siva.k Jan 10 '14 at 02:11
  • Status code 403 Forbidden – richard Jan 10 '14 at 02:15
  • did you search around? http://stackoverflow.com/a/11029588/365968 – G. Stoynev Jan 10 '14 at 02:30
  • are you using IIS Express, Web Development Server, or native IIS? In my opinion, The problem is not with the code, but with the server that hosts the code. – Hatjhie Jan 10 '14 at 02:46
  • I'm just trying to run it in visual studio, so it's the built-in IIS Express. I agree, it's something with the server. I just have no idea what it is. It works on my other laptop just fine... – richard Jan 10 '14 at 02:51
  • Hum, this is a wild guess. Probably, you didn't run the Visual Studio as Administrator or you create the new project in the drive or folder that couldn't be access by the account the VS or IIS Express used. So, perhaps you compare the locations on which you create the new project in your laptop that is working or not as well as the user account used. – Hatjhie Jan 10 '14 at 05:48

0 Answers0