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
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,481 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.