Contents tagged with MVC 2
-
How to get MVC 2 to work with IIS 7.5 on a 64 bit machine
Just in case anyone else is getting the following error when trying to run a MVC 2 application within IIS 7.5 on a 64 bit machine⦠after loads of searching i finally found a solution that worked for me.
-
ASP.Net MVC 2 Auto Complete Textbox With Custom View Model Attribute & EditorTemplate
-
Custom ASP.Net MVC 2 ModelMetadataProvider for using custom view model attributes
There are a number of ways of implementing a pattern for using custom view model attributes, the following is similar to something my colleague Paul Haley and I developed at work which works pretty well.