I am using Windows server 2003 standard edtion service pack 2. In that I have uploaded one MVC4 application(dot net framework 4.0) which using .EDMX database mapping. I trying to login in site but it always throws error 500
Internal server error. When I check details of this error then i found actual error like:
Method not found: 'Void Microsoft.Web.Infrastructure.DynamicValidationHelper.ValidationUtility.GetUnvalidatedCollections(System.Web.HttpContext, System.Func`1<System.Collections.Specialized.NameValueCollection> ByRef, System.Func`1<System.Collections.Specialized.NameValueCollection>
ByRef)'.
it works fine if i host it in IIS in my windows 7 machine.