I have an asp.net MVC 4 web application which is running fine on developer machine(i have hosted it in IIS). But after hosting in to another machine which doesn't have mvc framework installed and .net framework installed, i ended up with the following
Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified
i came know to know that mvc framework is not required to host, from the below link
Do I need to install MVC 3/4 on web server to run mvc application