I have what I hope is a small problem with a quick solution.
I've recently added a form to our Intranet that utilizes a Perl script to submit the form via email. Previously this was accomplish using some whacked out method that generated all kinds of errors.
I discovered that the Perl folder was not set up to allow users to execute the script, but we managed to fix that to a certain extent. I believe the administrator simply allowed scripts to be executed. I can submit the form with no problems - most likely because of my rights, but others that access the form are prompted for their username/password when they click the submit button and execute the script. What changes do I need to make to alleviate this annoyance?
The person who manages the server doesn't know much more about IIS than I do, so I feel I need to have a solution ready for him to implement. I'm not sure if this is related, but if I use Netscape instead of IE to view our Intranet it does the same thing.
I've recently added a form to our Intranet that utilizes a Perl script to submit the form via email. Previously this was accomplish using some whacked out method that generated all kinds of errors.
I discovered that the Perl folder was not set up to allow users to execute the script, but we managed to fix that to a certain extent. I believe the administrator simply allowed scripts to be executed. I can submit the form with no problems - most likely because of my rights, but others that access the form are prompted for their username/password when they click the submit button and execute the script. What changes do I need to make to alleviate this annoyance?
The person who manages the server doesn't know much more about IIS than I do, so I feel I need to have a solution ready for him to implement. I'm not sure if this is related, but if I use Netscape instead of IE to view our Intranet it does the same thing.