A project is due to be started and finished by the end of the year. It's for internal company use, will be entirely done by a single developer(me). I intend to make use of data annotations(via Stephen Walther) and xVal for the first time.
It's a 2-3 page web app to collect defect information. It was started in asp.net without a master page, and would be far better off with one for consistency. The model layer was developed as a separate project in its own assembly. The existing solution feeds in fake data and saves to memory only, so the persistance layer is not present yet.
Is it safe to jump into asp.net MVC2? Or do I need to stick to mvc 1 for some reason?