- Request ID:@Model.RequestId
+ Swapping to Development environment will display more detailed information about the error that occurred.
-}
+
+ Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application.
+
+
-
Development Mode
-
- Swapping to Development environment will display more detailed information about the error that occurred.
-
-
- Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application.
-
diff --git a/MyWebsite/MyWebsite/Views/About/Index.cshtml b/MyWebsite/MyWebsite/Views/Shared/Index.cshtml
similarity index 100%
rename from MyWebsite/MyWebsite/Views/About/Index.cshtml
rename to MyWebsite/MyWebsite/Views/Shared/Index.cshtml
diff --git a/MyWebsite/MyWebsite/Views/Shared/_CookieConsentPartial.cshtml b/MyWebsite/MyWebsite/Views/Shared/_CookieConsentPartial.cshtml
deleted file mode 100644
index bbfbb09..0000000
--- a/MyWebsite/MyWebsite/Views/Shared/_CookieConsentPartial.cshtml
+++ /dev/null
@@ -1,41 +0,0 @@
-@using Microsoft.AspNetCore.Http.Features
-
-@{
- var consentFeature = Context.Features.Get();
- var showBanner = !consentFeature?.CanTrack ?? false;
- var cookieString = consentFeature?.CreateConsentCookie();
-}
-
-@if (showBanner)
-{
-
-
-}
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/Views/Shared/_ValidationScriptsPartial.cshtml b/MyWebsite/MyWebsite/Views/Shared/_ValidationScriptsPartial.cshtml
deleted file mode 100644
index 2a9241f..0000000
--- a/MyWebsite/MyWebsite/Views/Shared/_ValidationScriptsPartial.cshtml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-