Hanson, Robert wrote: >It's been a long time since I worked on IIS, but I believe the "Method not >allowed" error refers to GET, POST, PUT, and HEAD. In IIS you can >allow/deny each of these, but I forget exactly where in the MMC that this >was located, it was with the file types. > >So maybe ".cgi" doesn't have GET access (or whatever you are trying to do). >It could also be a permissions problem. Make sure that the group "Everyone" >can write to the file (or at least the username that the web server uses >would need to) > If you're using ActivePerl, the default is to expect all perl files to end in ".pl" You'll also have to make sure the directory the script is located in allows executables. You can configure these through the Internet Services Manager. Active perl should configure everything you will need except the directory permissions.
- Johnathan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]