HI
My project upgrade to MVC3 R2, but there is a problem with validation metadata when the model inherit from other class. In MVC2 all the child class will inherit the validation metadata, but in MVC3 R2, it will be not include the validation metadata of parent class. Is this expected?
View Complete Post