You've created a new ASP.NET Core project. Learn what's new
+
- Learn how to build ASP.NET apps that can run anywhere. - + Learn More
- There are powerful new features in Visual Studio for building modern web apps. - + Learn More
- Bring in libraries from NuGet, Bower, and npm, and automate tasks using Grunt or Gulp. - + Learn More
- Learn how Microsoft's Azure cloud platform allows you to build, deploy, and scale web apps. - + Learn More
@@ -69,8 +69,8 @@+ 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/src/Alive.Net.Example/Views/Shared/_Layout.cshtml b/src/Alive.Net.Example/Views/Shared/_Layout.cshtml index 2504e29..3409604 100644 --- a/src/Alive.Net.Example/Views/Shared/_Layout.cshtml +++ b/src/Alive.Net.Example/Views/Shared/_Layout.cshtml @@ -10,7 +10,7 @@