Prev: FAQ 8.10 How do I read and write the serial port?
Next: FAQ 3.19 How can I make my CGI script more efficient?
From: TomW on 27 May 2010 14:13 I'm trying to force perl cgi scripts to run under a specific user id under IIS. When the cgi script is in a virtual directory where anonymous access is enabled the perl script does run as id supplied in the directory security tab. However, if authentication is enabled, such as Integrated Windows Authentication the perl process runs under the id of the authenticated user. I want the perl script to run under a specific id regardless of authentication options. I actually had this working once but I've been unable to repeat the process. I'm running IIS 5.0, Perl 5.8.8 on Windows XP. I've seen examples of forcing an MS Office app like Excel to run as a certain id via Component Service and DCOM Config but not with Perl. Has anybody else been able to do this ? Thanks.
From: Sherm Pendley on 29 May 2010 12:31
TomW <thomas.e.welch(a)boeing.com> writes: > I'm trying to force perl cgi scripts to run under a specific user id > under IIS. Seems to me that you'd do it the same way if the script were written in Perl, Python, Ruby, or anything else. You should try asking about this in a group that talks about IIS. sherm-- -- Sherm Pendley <www.shermpendley.com> <www.camelbones.org> Cocoa Developer |