i have this map-route in my global:
routes.MapRoute(
"SiteMap",
"sitemap.xml",
new { controller = "Feed", action = "SiteMap" }
);
in local, it works, but on the server doesn’t! how can I force the server to pass this url-requests to my application? my server is IIS 7.5 and i can remote to iis.
I found my answer myself! thanks to all;
in web.config: