Server.execute command inside global.asa
am 19.12.2006 14:41:53 von MichaelQuestion. Is it possible to run Server.execute command inside global.asa
file. if it is where. Inside Application onstart? Another ideas appreciated.
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
"Michael"
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?
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"
news:eJJkFX4IHHA.1912@TK2MSFTNGP03.phx.gbl...
>
> "Michael"
> 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?
>
>