Hello

I have a page that sends emails to about 1500 ppl and it times out
eventhough i have server.scripttimeout = 15000

it doesnt seem to register the number of seconds i've set the script timeout
to.

what to do?

/Lasse

Re: script timeout by Bob

Bob
Wed Apr 14 05:49:38 CDT 2004

Lasse Edsvik wrote:
> Hello
>
> I have a page that sends emails to about 1500 ppl and it times out
> eventhough i have server.scripttimeout = 15000
>
> it doesnt seem to register the number of seconds i've set the script
> timeout to.
>
> what to do?
>
> /Lasse

Use a different technology for sending the emails. This does not sound like
a task suited for an asp application.

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"



Re: script timeout by Lasse

Lasse
Wed Apr 14 07:52:34 CDT 2004

Bob,

well, i dont think i'm able to learn to code something different
language/technology til tomorrow



"Bob Barrows" <reb01501@NOyahoo.SPAMcom> wrote in message
news:ufLFw4gIEHA.4052@TK2MSFTNGP12.phx.gbl...
> Lasse Edsvik wrote:
> > Hello
> >
> > I have a page that sends emails to about 1500 ppl and it times out
> > eventhough i have server.scripttimeout = 15000
> >
> > it doesnt seem to register the number of seconds i've set the script
> > timeout to.
> >
> > what to do?
> >
> > /Lasse
>
> Use a different technology for sending the emails. This does not sound
like
> a task suited for an asp application.
>
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>



Re: script timeout by Bob

Bob
Wed Apr 14 08:38:41 CDT 2004

Lasse Edsvik wrote:
> Bob,
>
> well, i dont think i'm able to learn to code something different
> language/technology til tomorrow
>
>
First, check out this article:
http://www.aspfaq.com/show.asp?id=2291

If that does not help, look at this article to see how to convert your asp
files to vbs files:
http://www.aspfaq.com/show.asp?id=2143

Then look at this article to see how to execute the vbs file without
impacting your web site:
http://www.aspfree.com/c/a/ASP/Executing_longrunning_tasks_from_ASP_by_Adrian_Forbes/

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.