In Asp.Net 1.0/2.0/3.0 (non-MVC) I used to be able to change HTML markup whilst debugging, hit CTRL-S and then refresh my page to see the difference.
Can I do the same with Asp.Net MVC 2.0 using partial views or do I need to recompile the app each time?