I installed Visual Studio 2012 including .NET 4.5. When I make a default MVC 4 Web Api application and attempt to run it I get an Internal Server Error 500.0. I'm wondering if anyone has run into this? I re-installed .NET 4.5, I also have all of the packages available with web platform installer. I can't seem to find any errors or logs for this.
Http Error 500.0 Module: IIS Web Core Error Code: 0x80070585
*EDIT:*I've been able to publish the application to my local IIS and it runs. So the error seems to be specific to development when debugging right out of VS.