Upgrading from asp.net mvc 1.0 to 2.0 - Page is always blank
- by Gregoire
I had recently upgraded an application from MVC 1.0 to 2.0 and now I always have blank pages.
My route is hit, but the code in the view never. I have changed the web.config asp.net mvc versions from 1.0 to 2.0, and changed the dll. Any clues?