10 lines
281 B
Plaintext
10 lines
281 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.UrlReferrer.AbsoluteUri)</code> |