In this article I will show you how to fix ‘View was Not Found’ error message on your Asp.net core. Please be advised that I’m using Asp.net core 6 project here. Here we go! First, create a new ASP.NET Core Web Application Project or open an existing one. 1. Modify the C# file named Program.cs. Add app.UseStatusCodePagesWithReExecute(“/Home/Error/{0}”) as in the…