I have a current website running with asp.net 3.5. I have been using the asp.net ajaxtoolkit with update panels for a while and I'm starting to get tired of it. So I have been starting to look at asp.net MVC and jQuery instead. It looks great!
My website is quite large and it will take a loong time to rebuild it all in MVC. Therefore my question is if I can start now using MVC when adding new pages to my website and then start changing the content of the whole website step by step? Or does MVC require the whole website to run MVC at the same time?