It may surprise you to learn that the built-in asp.net core mvc templates do not gracefully handle 404 errors, which causes the typical browser error screen to appear when a page cannot be found. This article examines the different approaches to 404 not found errors in ASP.NET Core. Issue If a (chrome) user visits a…