localhost/myfile.xml This url is requested and i am trying to convert it to Home controller's Config action . My solution is at below but exception says routing can't include '/' character . How i can do this ?
routes.MapRoute("config",
"/crossdomain.xml",
new {controller="Home",action = "Config" });