I have deployed an application on two different servers.I have taken build using Visual studio 2012.Both servers are using IIS (version 7.5).The operating system used is Windows 2008 R2.The application pool .net framework is 4 .But the build deployed in one server working fine.But the build in other server showing error in web.config itself.The error is regarding the version of assembly referenced.For example:
Assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' uses 'System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Anyone, please help me to find out why this error is showing on one server only and why it is working fine on another server.