I'm getting an error message of "The connection was reset" in Firefox on my ASP.NET site. Here are the details:
- doesn't work in Firefox 11, 12, and 14 though appears to 3.6
- happens everywhere on site where there's a postback
- the message comes up in under a second after doing the POST
- works in Chrome and IE
- works locally
- view state is relatively small
- the pages are not performing long operations (e.g., file upload)
I've tried clearing the cache and running Firefox in safe mode, but it makes no difference.
Any help would be greatly appreciated!