When use asp.net MVC, we can add a special route to access the image files. the code like below: 1. in RouteConfig.cs file, add the code marked in yellow. using System; using System.Collections.Generic;using System.Linq;using System.Web;using System.…