630
99.9
Jul 22, 2011
Arul:
Here is what you need: Include the _ViewStart.cshtml file in the Views folder for the Area.
In fact, if you have a global layout, you should add this file to each Area.
Hope this helps.
Dan.
548
99.9
Jul 24, 2011
Do as Dan suggests and also add your own _layout.cshtml file. If you have different Areas that will display content differently, it's good to have one _layout.cshtml for each Area.
Also, if you are using VS 2010, you should definitely make sure you are using the latest Tools Update for Visual Studio. This changes the "Add" dialogs to include many new features including HTML5 stuff.
I hope this helps.