You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ASP.NET Core web app example
* Change the ASP.NET Core example target platform from aspnetcore3.1 to aspnetcore2.1
* Simplify the project sample
Co-authored-by: Aaron Stannard <[email protected]>
Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
19
+
</p>
20
+
<p>
21
+
<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.
0 commit comments