HttpContext.Response.Filter

后端 未结 2 2079
花落未央
花落未央 2020-12-30 07:34

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

2条回答
  •  一整个雨季
    2020-12-30 08:36

    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

提交回复
热议问题