I have upgraded my project to mvc3 and want to keep all my pages and add new into it. Now my question is if i start using razor, how can share my site.master template page between view.aspx(C#) and razor views(cshtml). This is because i do not want to have my master page and its code duplicated for obvious reasons.
Ok, I have a role based permission system in place and would like admin s to be able to edit the permissions for each role. To do this I need to load lots of checkboxes, however I m struggling with ...