+ 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/src/BPA.SaaS.TaskSchedule.Api.WebApi/Views/Shared/_Layout.cshtml b/src/BPA.SaaS.TaskSchedule.Api.WebApi/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..8e30468 --- /dev/null +++ b/src/BPA.SaaS.TaskSchedule.Api.WebApi/Views/Shared/_Layout.cshtml @@ -0,0 +1,22 @@ + + + + + + +t |