Nicholas Schuetz wrote:
Does anyone know how I can view the contents of the global.asa loaded durring
runtime.

That would be chasing the symptom, not the cause.

Instead, convince yourself directly that the global.asa you think is running is in fact being compiled. Add something like this to Script_OnStart:

        print STDERR "Oooga booga\n";

When I reference check_db_connection () from one of my asp files I get an
undefined sub routine error.

You could say this instead of the above for more info:

        print STDERR "Oooga booga ", ref &\check_db_connection, "\n";

It should say "Oooga booga CODE".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to