<body>
<div class="container body-content">
@{ Html.RenderPartial("_Alerts1"); }
@RenderBody()
<hr />
</div>
</body>
ERROR
An exception of type 'System.Web.HttpException' occurred in System.Web.WebPages.dll but was not handled in user code
Additional information: The file "~/Views/Client/Index.cshtml" cannot be requested directly because it calls the "RenderBody" method.