I request an action which is inside an area. Route is correct so debugger goes into the action. If I access RouteData property in the action, I see controller, action and area names (so area key is set). But during View rendering I get an exception telling that view can not be find (it searches only among root-level views, not inside area). But if I explicitly specify View name, it works.
So the question is how to make it work implicitly?
Update1
Here is a screenshot with RouteData in Watches in my project structure:
Update2 Here is the text of the exception:
The view 'Battles' or its master was not found or no view engine supports the searched locations. The following locations were searched: ~/Views/AdminBattles/Battles.aspx ~/Views/AdminBattles/Battles.ascx ~/Views/Shared/Battles.aspx ~/Views/Shared/Battles.ascx ~/Views/AdminBattles/Battles.cshtml ~/Views/AdminBattles/Battles.vbhtml ~/Views/Shared/Battles.cshtml ~/Views/Shared/Battles.vbhtml