Chrome says "This page is not available" When I run my MVC project as http

Visual Studio 2013 Update 3 and IIS 8.5

I started an MVC 5 project and was messing around with ssl. Everything worked fine until I opened IIS and added a website that pointed to my project. Now I can run the project with ssl enabled but NOT disabled with it. If I disable ssl I get the following error message in Chrome .

I'm pretty sure my project is set up correctly in Visual Studio. "SSL Enabled" has a value false

, and "Project Url" http://localhost:#####/

has a direct form of project properties.

When it started I realized it was IIS and so I deleted the site from IIS. Obviously there is no fix. So I tried looking online but didn't find anything useful. The only other information is the photo of the redirected request in the Chrome network window.

Mind you, when I run locally using ssl everything works fine.

+3


source to share





All Articles