my issue is, BrowserLink never connects to my Browser in "Browser Link Dashboard"
- i'm using Visual Studio 2013 Prem Update 5 on a Win10 machine
- project is a MVC 5 application
- Browser is IE11.212.10586.0
BL is activated in the dropdown of the refreshbutton
From here, when i run my app on IISExpress, the BL Dashboard says no connection but in the HTML i can find the script-Tags
images, i'm not rated enaugh to implement in post
at least, i checked the web and found some web.config parts i should try, but that not resolved my issue
1# <compilation debug="true" targetFramework="4.5" />
2# <add name="Browser Link for HTML" path="*.html" verb="*"
type="System.Web.StaticFileHandler, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
resourceType="File" preCondition="integratedMode" />
so i need to change, save, refresh my page all the time - someone tipps for me what could be wrong?
Many thanks
UPDATE 2016-06-23
The TrafficFiddle by IE10 does not contain a GET Request with BL in URL
He does:
- Get HTML File
- Load scripts and stuff by "bundle.cs"
- load image
Additional: Some weired things happen with DOM Explorer. There is only html>Head! no body is listed or BL scripts, when i use "inspect element" the full DOM do appear
DOM displayed initial by browser - weired
I would guess the browser would stop add stuff into DOM because of any script issue in head - but when i look with inspect at the "real DOM" there's just the body after the printed DOM - sry not enaugh rep to show a 3rd link :(