Could not load file or assembly ‘System.Web.Helpers, error on IIS 8

Solution – Copy reference to local

  1. Right click on reference System.Web.Helpers and select Properties
  2. Change Copy Local to true.
  3. Build Solution

Leave a Comment