I've noticed that a request to 'favicon.ico' is being passed to my ASP.net MVC controller factory when using Google Chrome and the Visual Studio Development Server. The 'controllerType' parameter has a value of 'null' which is unsurprisingly resulting in an unhandled exception and which I only know about because of an error log.
Any ideas where the request is coming from and why ASP.net is letting it get to the controller factory? CSS files and images for example are being correctly filtered out.
Cheers, Ian.