In order to ignore this request, you would need to ignore the route. Add this in the RegisterRoutes method in the global.asax.cs file. routes.IgnoreRoute("{*favicon}", new {favicon=@"(.*/)?favicon.ico(/.*)?"}); This would ignore all requests of favicon.ico.