I have a fairly simple website that I am playing with using ASP.NET Core. I am running the application from the command line and the website is returning static files but
Add the error page middleware as shown here:
app.UseDeveloperExceptionPage();