+ To display detailed information about the error, set the ASPNETCORE_ENVIRONMENT environment variable to Development and restart the app. +
++ The Development environment should not be enabled for deployed applications because it provides users access to exceptions that can contain sensitive information. +
\ No newline at end of file diff --git a/ASP.NET Core/Views/Shared/_Layout.cshtml b/ASP.NET Core/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..6723cea --- /dev/null +++ b/ASP.NET Core/Views/Shared/_Layout.cshtml @@ -0,0 +1,30 @@ + + + + + + + + + + +