I have tried the pluggable structure as discussed in this post: Pluggable MVC view return null
It is also explained in this post: http://www.wynia.org/wordpress/2008/12/aspnet-mvc-plugins/
When I try to access ViewBag/Model in one of the area, it gives me this error:
The name 'ViewBag' does not exist in the current context
The name 'model' does not exist in the current context***