R
Ramizkhan313
Guest
Hello,
I am getting below error after routing to the controller default index method. I tried every possible scenario but the issue seems with the learn word only.
HTTP Error 403.14 - Forbidden
Controller Name: Learn
Action Name: Index
RouteConfig.cs Setting:
routes.MapRoute(
"Learn",
"learn",
new { controller = "Learn", action = "Index" }
);
Please help.
Continue reading...
I am getting below error after routing to the controller default index method. I tried every possible scenario but the issue seems with the learn word only.
HTTP Error 403.14 - Forbidden
Controller Name: Learn
Action Name: Index
RouteConfig.cs Setting:
routes.MapRoute(
"Learn",
"learn",
new { controller = "Learn", action = "Index" }
);
Please help.
Continue reading...