I'm developing a ASP.NET 4.0 application with the Patterns and Practices MVP pattern. When I was debugging today I noticed that my page load was being fired twice. When I turned on Fiddler (A HTTP Traffic Monitoring Tool) I was able to pinpoint that my Page was actually being downloaded twice. I'm wondering if anyone has any idea what might be causing this?
A:
Make sure you don't have any image tags with "#" for source <img src="#"/>
Greg
2010-08-04 16:45:32
why would that do it?
Joe
2010-08-04 17:42:02
I'm sorry, my initial answer was wrong. This new answer will cause it though.
Greg
2010-08-04 18:42:44