I'm starting to mess with Spring Cloud Config. I have a client application that simply writes the content of the application.yml that I have in a git repository. That works correctly, I can change the value, refresh and update the changes.
Th...
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...