IIS doesn't recognise view model annotations – Plesk
I have a basic MVC view model with annotations, for example: [Required(ErrorMessage="Your Name Required")] [Display(Name = "Your Name")] [DataType(DataType.Text)] [MaxLength(120, ErrorMessage = "Must be under 120 characters")] public String YourName { get; set; } I have a strongly-typed view based…