Currently using asp.net mvc 3 VS 2010. Just installed VS 2013 and now our custom filter is not working. When the page is rendered it just displays a blank page. The filter h
We just hit this issue in VS 2015.
To add to Michael's answer, the most elegant solution IMHO is to disable browser link feature in web.config, so it works for all developers without additional manual step.
More details on the feature and how to disable it @http://www.asp.net/visual-studio/overview/2013/using-browser-link#disabling