i use route
routes.MapRoute(
"Search",
"search/{categories}/{sections}/{actions}",
new { controller = "home", action = "search", categories = 0, sections = 0, actions = string.Empty }
);
sample : localhost:4304/search/64/0/0
Error (500 or 404) during loading resources because the way href="../../Content/Images/favicon.ico"
conducts not to localhost:4304/Content/Images/favicon.ico
but conducts to localhost:4304/search/Content/Images/favicon.ico (not found)
Problem with all resources (css, img, js)