Error.cshtml 148 B

123456789
  1. @model System.Web.Mvc.HandleErrorInfo
  2. @{
  3. ViewBag.Title = "Error";
  4. }
  5. <h2>
  6. Sorry, an error occurred while processing your request.
  7. </h2>