My RouteConfig is configured like this:
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
routes.MapRoute(
name: "Default",
url: "{empresa}/{controller}/{action}/{id}",
defaults: new { empresa = "", controller = "Login", action =...
asked by
07.03.2016 / 13:41