slow global.asa execution

J

John Beschler

Why are you running this in global.asa anyway? There has
to be at least 3 or 4 other BETTER ways to do this.

The easiest way would be to create a VB script file that
accomplishes the same thing (the code would be wuite
similiar to what you have now) and schedule that VB file
to run at 10:00 am every Friday morning using task
scheduler.

HTH,
John
 
B

Bola

Unfortenately, I haven't my own server, so I have shgared hosting, and I
cannot acceess scheduler. Also, my audience is from diferent part of Planet,
so I can't do in 4 AM.

But, thanks for trying to help me.
 
J

John Beschler

OK. Here's another option.

1. Create an APS page that accomplishes your mailing.
2. On someother computer (can be anywhere) schedule
Internet explorer (or your favorite web browser) to run
when you need your mailing to happen with the ASP page
created in step 1 as the page to load.

I.E. "C:\program files\internet
explorer" "http://www.yourserver.com/yourpage.asp"


The global.asa should be used to initialize your ASP
environment, not to run code.

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top