uh yeah, I know response.write is useful for debugging. It's unusal to use
global.asa in the manner you are using it.
Bob Lehmann
"stever" <> wrote in message
news:...
> debugging.
> When you have functions in your global.asa and you need to see either
where
> execution is failing OR a value of a variable, throw in a Response.Write()
> and things are much easier. I'm surprised that no one sees the benefit of
> that.
>
>
> "Bob Lehmann" <> wrote in message
> news:...
> > Oddly enough, the response.write is rendered on the page you open in the
> > browser. Why you would want to do this, though, is beyond me.
> >
> > Bob Lehmann
> >
> > "Aaron Bertrand - MVP" <> wrote in message
> > news:...
> > > > sk: yes you can. It makes no sense, but you can.
> > >
> > > In what method would you do this? How would the client ever see it?
> > > global.asa is 'touched' but not actually loaded by the client, not
> > presented
> > > to the browser, etc... maybe you could show an example of how you use
> > > response.write in global.asa.
> > >
> > > A
> > >
> > >
> >
> >
>
>
|