While running the project in visual studio; I am getting the error as in the attached image.
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
routes.MapRoute(
name: "Default",
url: "{controller}/{action}/{id}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
//Attendance, Timetable
);
}
I put the break-point on the opening bracket. But it is not working. This problem happened just 1 hour before. Please tell me solution to solve the problem. Because this project is plans to release soon. By expecting a good solution, Sibin