c#,.net,asp.net-mvc,.net-assembly,page-inspector
Try adding just this line to your site web.config. The config files are inherited from the .NET base up to you site and then folders in your site. So Your site will override the .NET framework config. <remove assembly="Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> EDIT The line should go here... <configuration>...
visual-studio-2013,iis-express,page-inspector
I have found the solution here. I scrolled down to use the IIS Manager. Hope others find this useful