mvc Resource not found

0

Use VS 2015 I have a controller called ClientsRWController and an Index2 view, in the Route config I have:

routes.MapRoute(
            name: "ClientesRW",
            url: "{controller}/{action}/{id}",
            defaults: new { controller = "ClientesRW", action = "Index2", id = UrlParameter.Optional }
        );

But the error is not found the resource

    
asked by Jhon Hernández 17.04.2018 в 21:23
source

0 answers