How do I know if I am having a Windows Perl CGI permissions problem?
If you are having a Windows Perl CGI permission problem, you will see the string "Permission denied" returned in an error message when the CGI script tries to update some file or folder.
If you see any other problem - like a 404 Not Found error or a 500 Internal Server error - It is not necessarily related to file permissions.
|