![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Re: Re: Files on MS IIS serverby inman (Curate) |
on Dec 17, 2003 at 12:49 UTC ( #315258=note: print w/replies, xml ) | Need Help?? |
Have you checked the security permissions for this file? IIS will use the IUSR_<servername> account when your CGI script is run. Normally the IUSR_ account only has read access to files.
Try setting the file security to Everyone / Full Control to see if that helps. You can change the security again later to remove the Everyone group and use the IUSR_ account explicitly.
In Section
Seekers of Perl Wisdom
|
|