Learn about building Web apps with ASP.NET Core.
+
+ Request ID: @Model.RequestId
+
+ Swapping to Development environment will display more detailed information about the error that occurred. +
++ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +
diff --git a/APP_WEB/Views/Shared/_Layout.cshtml b/APP_WEB/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..79f5bea --- /dev/null +++ b/APP_WEB/Views/Shared/_Layout.cshtml @@ -0,0 +1,22 @@ + + + + + +