python cgi on IIS -
how set iis can call python scripts asp pages?
ok, found answer question here: http://support.microsoft.com/kb/276494
so on next question: how call cgi script within classic asp (vb) code? particularly 1 not in web root directory.
i don't believe vbscript hosted iis has way of executing external process. if using python axscripting engine use sys module. if script you're calling meant cgi script you'll have mimic environment variables cgi uses. alternative put script on python path, import , hope modular enough can call pieces need , bypass cgi handling code.
Comments
Post a Comment