Server.execute command inside global.asa

Server.execute command inside global.asa

am 19.12.2006 14:41:53 von Michael

Question. Is it possible to run Server.execute command inside global.asa
file. if it is where. Inside Application onstart? Another ideas appreciated.
Michael

Re: Server.execute command inside global.asa

am 19.12.2006 16:53:03 von Anthony Jones

"Michael" wrote in message
news:utqH7N3IHHA.4848@TK2MSFTNGP04.phx.gbl...
> Question. Is it possible to run Server.execute command inside global.asa
> file. if it is where. Inside Application onstart? Another ideas
appreciated.
> Michael
>
>

Did you try it? What happened?

Re: Server.execute command inside global.asa

am 20.12.2006 11:50:30 von Michael

The following code is working in local machine, on web server it does not
work, and does not failed

global.asa fragment

sub Session_OnStart
session.timeout = 25
Application.Lock
server.execute("vars.asp")
Application.Unlock
end sub

Thanks


"Anthony Jones" wrote in message
news:eJJkFX4IHHA.1912@TK2MSFTNGP03.phx.gbl...
>
> "Michael" wrote in message
> news:utqH7N3IHHA.4848@TK2MSFTNGP04.phx.gbl...
>> Question. Is it possible to run Server.execute command inside global.asa
>> file. if it is where. Inside Application onstart? Another ideas
> appreciated.
>> Michael
>>
>>
>
> Did you try it? What happened?
>
>