Accessing ASP-IIS objects in modules

kellyk at my-deja.com kellyk at my-deja.com
Wed Jul 5 18:57:39 EDT 2000


I am using Python in ASP under Microsoft IIS. I can use the IIS objects
like Server, Request and Response easily in my ASP script but cannot
access them from a module.

For example I want to use Response.Write("blah") from within a module
(called from an ASP script) but Reponse is not a known object from
there.

Any ideas?


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list