2

This issue has been happening for a while, and it's suspected to be session related since it pertains to the users browser. Opening a new browser (session) rids the issue. The application uses Global.asa (Only Application_OnStart and Sub Session_OnEnd, the rest are empty), Classic ASP (VbScript), IIS 7.0.

This error keeps popping up on url's which happen to be loading fine, until the page is refreshed for the second time, then it bogs out and even times out. In the same browser, if i even try to open that entire website, it times out at this point. For about 350000ms and then everything starts working again. Very weird!

If anyone can help with this, I haven't had any luck anywhere finding what may be causing this, besides something that has to do with the sessions, maybe in the application pool.. I'm not sure.. Any help on this would be appreciated.

Control Freak
  • 12,965
  • 30
  • 94
  • 145
  • We need more details: what exact error you get? What does the server event log contain? It might contain some extra, useful, errors. – Shadow The GPT Wizard Oct 09 '11 at 07:23
  • I cannot reproduce the error, this is from the log. It just timesout very long, these are 200's, but it shouldn't take that long for me to re-access even the site. The 500's are either timeouts or could even be other issues from timing out. I cannot reproduce the error w/ 0147 it works fine. All the ASP 0147 errors are at least 300000ms, its gotta be timeout related. – Control Freak Oct 09 '11 at 07:24
  • Might be not real browsers but some bots so I wouldn't worry too much about it. Does your log contain user agent information as well so you can verify this? – Shadow The GPT Wizard Oct 09 '11 at 07:27
  • the timeout even happens to me when i refresh the same page, it gets 200 but takes 300000ms, first load only took less than 1000ms – Control Freak Oct 09 '11 at 07:29
  • Do you happen to have Google AdSense in your pages? Saw somewhere else that it can cause such problems sometimes.. – Shadow The GPT Wizard Oct 09 '11 at 07:32
  • yes i do, maybe i should disable it and see what happens.. will keep you posted. how about facebook LIKE button? – Control Freak Oct 09 '11 at 07:33
  • Well isn't that something GOOGLE was causing my site to lag.. Well that's off the site for now.. Just amazing.. Thanks.. – Control Freak Oct 09 '11 at 07:37
  • Cheers, posted it as answer as well for better clarity. – Shadow The GPT Wizard Oct 09 '11 at 07:42

1 Answers1

0

Sometimes Google AdSense might cause such problems, disabling it should solve your issues.

To cure the real "root" of the problem and keep using AdSense, guess you'll have to contact Google.

Shadow The GPT Wizard
  • 66,030
  • 26
  • 140
  • 208