RE: FN-FORUM .Net help please
date posted 4th December 2002 14:14
>Could you not pass a reference to the Request and Response objects from
the aspx when you instantiate the object?
Yes, we can do that and it works. It's just a bit messy though compared
to the old version. I've read that it's not good practice to hold onto
references to these objects because they can mess up IIS. We don't
rerally want to pass them in for each method call.
The component needs info on things like Request("SERVER_NAME"), etc, as
well as doing things like Response.Redirect.
It also uses methods like Server.UrlEncode, etc but these we can get to
by referencing the namespace separately.
Pete