I have an mvc 3 application. I have one Admin area and it is working correctly. There are also controllers and views as per the default project configuration outside of the areas. This also works fine. But when I add a new Area under Areas, The controllers inside the areas continue to work but for the ones outside I am getting resource cannot be found.Am I missing something here?\[code\]public mycode //put some areas and controllers here //4 spaces in front of code{}\[/code\]produces this error message:\[quote\] An exception occured... (line starts with a > is a block which is good for exceptions)\[/quote\]My default and area routes are being registered in global.