Hello Group,
I've been using VS 2013 and iis express to debug javascript on a web app. All works well on my laptop; however, on my desktop I cannot debug the javascript in VS 2013. When I run (F5) the web app, iis express starts, VS goes into debug mode and starts IE. All seems like its working, but it acts like IE is not actually connected to VS and setting a break point will not function. Exiting IE will not exit the VS debug mode. Note, I can run the IE debugger (F12) with no problems.
Anybody have any hints where to look?
TIA