RE: setting environment variables in IIS
> How can I set up environment variables to be used in the > script in IIS ? > use the %ENV hash. example: $ENV{PATH} = "/bin/foo:/usr/bin"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
setting environment variables in IIS
Hi, How can I set up environment variables to be used in the script in IIS ? Thanks, Pradeep