Google chrome is sending multiple requests for a page. I'm using c# asp.net mvc 3 razer. when i tested with other browsers, it is only executing one time. i checked the requests with fiddler. so i noticed that chrome is sending 2 requests. Any idea about how to prevent the additional requests?
Thanks.