Files
LeafWeb/WebCms/Views/Shared/PermissionDenied.cshtml
T

10 lines
261 B
Plaintext

@{
ViewBag.Title = "Permission Denied";
}
<h1>
@ViewBag.Title
</h1>
<p>Permission denied for requested resource. If you believe this to be in error please contact administrator, referencing the following url:</p>
<code>@Html.Raw(Request.Url)</code>