472,142 Members | 1,229 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

Server.execute command inside global.asa

Question. Is it possible to run Server.execute command inside global.asa
file. if it is where. Inside Application onstart? Another ideas appreciated.
Michael
Dec 19 '06 #1
2 2301

"Michael" <mi**************@intergraph.comwrote in message
news:ut**************@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?
Dec 19 '06 #2
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" <An*@yadayadayada.comwrote in message
news:eJ**************@TK2MSFTNGP03.phx.gbl...
>
"Michael" <mi**************@intergraph.comwrote in message
news:ut**************@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?


Dec 20 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

21 posts views Thread by John Howard | last post: by
2 posts views Thread by Booker Washington | last post: by
17 posts views Thread by =?Utf-8?B?RGF2ZQ==?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.