Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/Shared/Error.cshtml')
-rw-r--r--main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/Shared/Error.cshtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/Shared/Error.cshtml b/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/Shared/Error.cshtml
new file mode 100644
index 0000000000..e514139c45
--- /dev/null
+++ b/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/Shared/Error.cshtml
@@ -0,0 +1,14 @@
+@{
+ ViewData["Title"] = "Error";
+}
+
+<h1 class="text-danger">Error.</h1>
+<h2 class="text-danger">An error occurred while processing your request.</h2>
+
+<h3>Development Mode</h3>
+<p>
+ Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
+</p>
+<p>
+ <strong>Development environment should not be enabled in deployed applications</strong>, 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 <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>, and restarting the application.
+</p>