We're using IIS 5.0 server to run Perl applications for our internal company functions. The applications reside in the default scripts folder. This problem may straddle both Perl and IIS forums, but here goes:
When the Perl program is accessed from a browser:
It can write to a file on another computer in the network, but will not write to a file on the iis server unless it resides/created in the defaults scripts folder.
However,when I execute the program from a Perl editor or the command line, it will write to any desired folder on the IIS server.
I'm sure its just a permissions issue, but I can't seem to locate the problem.
Any ideas.
Thanks,Rich
When the Perl program is accessed from a browser:
It can write to a file on another computer in the network, but will not write to a file on the iis server unless it resides/created in the defaults scripts folder.
However,when I execute the program from a Perl editor or the command line, it will write to any desired folder on the IIS server.
I'm sure its just a permissions issue, but I can't seem to locate the problem.
Any ideas.
Thanks,Rich