Author: Billyhole | Posted on: 3/19/2009 1:16:45 PM | Views : 937

I'm trying to figure out a issue that I'm having with FireFox 3.07 loading my pages twice and wanted to ask if I can get some others to test this to see if they get the same thing.  I made just a small webform to run the VS debugger against using FireFox. 
When I run through it, the code executes all way through, the page renders to the browser, but then the debugger is back at my breakpoint set at the Page_Load event and runs through again.  The page doesn't render again, but the all the method calls are made again, so issues arise in places in my app with DB writes, or one thing for example, is that I'm receiving duplicate emails from pages with method calls for some email work.
Now this only happens with FireFox, and I believe only 3.0.7 since my problems are new. During research I've found all the typical things that cause FF to load your page twice, that's why I created this test simple webform with only labels, yet it still h ...

Go to the complete details ...