Error:
"Unhandled exception at line 37, column 59140 in http://.../browserLink".
Eg:

 
 
This is a new 'browser link' feature bug in visual studio 2013.
To get round this error, you can just turn off this feature in web.config file.
<appSettings>
  ...
  <add key="vs:EnableBrowserLink" value="false" />
</appSettings>
 
 
 
For more information, see here.