| Author |
Server.execute command inside global.asa
|
|
| Michael 2006-12-19, 6:57 pm |
| Question. Is it possible to run Server.execute command inside global.asa
file. if it is where. Inside Application onstart? Another ideas appreciated.
Michael
| |
| Anthony Jones 2006-12-19, 6:57 pm |
|
"Michael" <michael.groysman@intergraph.com> 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?
| |
| Michael 2006-12-20, 7:56 am |
| 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" <Ant@yadayadayada.com> wrote in message
news:eJJkFX4IHHA.1912@TK2MSFTNGP03.phx.gbl...
>
> "Michael" <michael.groysman@intergraph.com> wrote in message
> news:utqH7N3IHHA.4848@TK2MSFTNGP04.phx.gbl...
> appreciated.
>
> Did you try it? What happened?
>
>
|
|
|
|