ASP performance issues

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Woody (lost_at_cyberspace.com)
Date: 06/05/04


Date: Sat, 05 Jun 2004 07:46:18 -0700

I have a page that is linked into by other pages that pass it query
strings, it then reads a config file, displays 1 of several forms, gets
posted to itself, depending upon users response may display a different
form etc etc.

I want to take the config data and have that read by a globals.asa and
then use application("VariableName") to reference it.

i also want to take the initial query strings and load them into session
variables.

Problem is, whats does a globals.asa file look like? how do i build one?
how do i make it referenced in my page?

Thanx
Woody
any sugestion or comment made by me should be examined first for
validity and appropriateness before assuming i have any idea at all
what the heck i am talking about. I am not responsible for anything you
may see with my name attached to it, i think.

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: ASP performance issues
    ... > I have a page that is linked into by other pages that pass it query ... > strings, it then reads a config file, displays 1 of several forms, ... 'Sub Session_OnStart ...
    (microsoft.public.inetserver.asp.general)
  • Re: StringBuilder much much faster and better than String for concatenation !!!
    ... casting the reference to the actual type. ... Anyway today, via FTM's and Jon Skeet's help, I learned this query, ... for iterating through a list having mixed strings and ints and picking ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: execute append query
    ... copied sql from query into strings in vba in form, ... Dim qdfAppend as querydef ... > yes i did declare the parameter in the query and yes there was a suitable ...
    (microsoft.public.access.modulesdaovba)
  • Re: update table from form
    ... all my fields are text / strings and am trying to get form to update table ... as when get it to run query only updating first record. ... Dim stDocName As String ...
    (microsoft.public.access.formscoding)
  • Re: parsing config file
    ... >At the beginning of my program, I open a config file ... ... the offset of each field in a "struct conf_data", ... we convert the value in "conf" ... table of strings, ...
    (comp.lang.c)