[thelist] ASP & weird variables...

Paul Cowan evolt at funkwit.com
Thu Mar 27 18:11:03 CST 2003


Erik wrote:
> So, does anyone know how I can find out where these variables are coming
> from? I'm totally lost.

Guesses (in order):
    - include files. Do these files have
        <!-- include <something> -->
      at the top of them? If so, check each file so named.

    - global.asa. Look for a file of this name in the application root.
      Anything defined in here is globally accessible to all ASP in that
      application.

Hope this helps,

Paul


More information about the thelist mailing list