entaroadun
Programmer
I have a script I would like to call from Application_OnStart. It's a procedure that's run from several places in my site. I would prefer to keep it as an executable ASP rather than transform it into an include file, because the script itself has includes and executes that depend on its physical location.
The script works fine, but it doesn't seem to be running from Application_OnStart. Help!
The script works fine, but it doesn't seem to be running from Application_OnStart. Help!