IIS ans Username

Arturo Pérez Mulas arturo_perez at wanadoo.es
Mon Dec 4 15:48:16 EST 2000


> I have the same question.  What package does "Request" live in?

"Request" is no python object. It is an ASP environment object, and is
available through
the scripting engine. You use it just as directed in a previous mail (sorry
I do not keep the thread,
so I cannot provide the credits, it might be Bill Seitz).

> theId = Request.ServerVariables("LOGON_USER")

 If fact, "Request", being a class needs not to be instantiated
(you do not need to create an object of class Request), since all its
methods/properties belong to
the class.

Arturo Pérez.





More information about the Python-list mailing list