Re: HELP!! Accessing other machines with an IIS CGI script

2005-09-15 Thread little emma
Thanks for the info. I'm going to repost this in comp.lang.python as well as in a couple of MS IIS groups with some additional information (code snippets and results). Paul "Roger Upole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Without knowing what operation fails, it's kind

Re: HELP!! Accessing other machines with an IIS CGI script

2005-09-14 Thread Roger Upole
Without knowing what operation fails, it's kind of difficult to give any meaningful answers. At what point in the code do you get the error ? If IIS runs under a local account, it might not have permission to access the other machine, or to impersonate a domain user. You might want to set up audi

HELP!! Accessing other machines with an IIS CGI script

2005-09-14 Thread paulp
Greetings, I'm working on a CGI program that will run under MS IIS 5.0 and will browse folders on three other machines, building HTML pages that will provide links to these folders. Essentially, the CGI will connect to each machine in turn, doing the FindFirst/FindNext process based on the curren