I am newbie with MVC applications and building MVC3 applications, I am facing very strange behaviour with chrome, in that it is calling Index() method multiple time (12 times)! I have tried looking in the console window and it shows warnings about images (seen below).
There is no problem at all in Firefox and it is working as expected, but chrome is creating the above problem. Please help me to find possible solutions with chrome if you have encountered this problem. Also please help me to identify other possibilities that have to created this situation.
Update:
I have tired to watch request in debug and found some issue of requesting favicon.ico in with chrome as per below image
So reason was this now how can i avoid this request multiple time (if do not want to put favicon.ico)?