I get an error:
\"The controller for path \'/favicon.ico\' was not found or does not implement IController\"
Then I thought: how
You can also specify the ignore route with constraints
routes.IgnoreRoute("{*favicon}", new { favicon = @"(.*/)?favicon.ico(/.*)?" });