Error message gets displayed outside Main Layout Content

Jagjit Saini 106 Reputation points
2021-07-17T12:30:42.317+00:00

Hi

Problem is like below image Link attached. Error message gets displayed outside Main Layout content.

https://imgur.com/xLS39mp

Below is the ViewStart

@{
Layout = "~/Views/Shared/_Layout.cshtml";
}

Error - Index
@{
Layout = null;
}

<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Error</title>
</head>
<body>
<h3>Unexpected error! Please contact the Administrator.</h3>
</body>
</html>

Thanks

ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
989 questions
{count} votes