gotcha, thanks Shawn -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Shawn K. Hall Sent: Friday, June 17, 2005 8:57 AM To: [email protected] Subject: RE: [ASP] page self-reloading?
Hi Moshe, > i have a mailing script on a site, that some 400 addresses > into the mailing (where each subscriber get his own email > sent) - the page suddenly reloads itself, launching the > mailing loop again... > > there are no Meta refresh commands or other > response.redirects. This could be caused by a script timeout problem, insufficient resources, or a trapped error that is being recycled by IIS. Non-exhaustive list, of course. ;) Options to fix it include setting a longer script and session timeouts, using "on error resume next" and then, if that doesn't work, tell your host to add more ram. Regards, Shawn K. Hall http://12PointDesign.com/ (+- Syndicate Local Homeschool Groups on your website (+- http://LocalHS.com/remote/ --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- _____ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
