Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Files on MS IIS server

by barbie (Deacon)
on Dec 17, 2003 at 12:15 UTC ( #315257=note: print w/replies, xml ) Need Help??


in reply to Files on MS IIS server

the command does not produce an error message

Unfortunately IIS doesn't capture errors and save them in an error log like Apache, so this is one reason why you would be unaware of the error. The browser will not necessarily give you any further information unless you ask it to. One way of doing this is with:

use CGI::Carp qw(fatalsToBrowser);

Which will throw errors to the browser. Regards your specific file error, is the permission modes set for ALL users? You may also need to set the directory permissions too. If IIS is running as a guest user, they may not have permission to access the file. This is the same with any webserver and is part of the security measures to ensure protected files cannot be tampered with.

--
Barbie | Birmingham Perl Mongers | http://birmingham.pm.org/

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://315257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2023-12-05 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?