ASP - Works locally with both Firefox and IE, but not working with Firefox after uploading
Asked By Bo Knows on 21-Jan-10 12:01 PM
Hi, I have an ASP page displaying data from a SQL database. The page works in my localhost with both IE and Firefox (which tells the page has no bug), but when I upload it to the live server, it works only with IE. If using Firefox, it keeps waiting and waiting, and finally gives me a "The connection to the server was reset while the page was loading". Anyone can give me a suggestion? Thank you very much
Bo
mv ark replied to Bo Knows on 31-Jan-10 10:06 PM
This official Mozilla article has some troubleshooting tips - http://kb.mozillazine.org/Error_loading_any_website
If those tips don't help, you can try disabling your Firefox Extensions or try accessing the page in Firefox in Safe Mode (Start > Programs > Mozilla Firefox > Mozilla Firefox (Safe Mode)
Bo Knows replied to mv ark on 01-Feb-10 11:09 AM
Hi, mv ark, I used the save browser to test the page on my local host and the production server, one works but another doesn't, the only difference is the number of records in the testing database and the production database. I wonder if Firefox takes longer to retrieve data than IE does, so IE works on my both server but FF gives me a time out while running on the production. Would there be the possibility?
Bo