DCR
DCR

Reputation: 15698

Visual studio 2013 & 2015 localhost not responding

First time user of visual studio. running simple project web asp.net empty web application. create html 5 page and when I click on run, the browser comes up and just says waiting for localhost. I have mysql running and can connect to it on localhost without any problems. Clean install of visual studio on windows 10.

Also, when I view in browser from VS get same response - waiting for localhost. Works fine if I open the file outside of VS. No break points and IPv6 disabled

Upvotes: 0

Views: 2547

Answers (1)

Santa Paws
Santa Paws

Reputation: 60

you may have this error during the debug mode in VS 2013 or 2015. devExpress forum has . a great discussion here. simply speaking, just turn off the option Enable Browser Link (the little refresh icon besides Internet Explorer button).

Hope this helps.

Upvotes: 1

Related Questions