Global Moxie

http://globalmoxie.com/help/faq/installation/win-cgi-mapping.shtml

"%1 Is Not a Valid Win32 Application"

Why do I get this error when I try to run Big Medium on my Windows server?

Question

Why do I get this error when I try to run Big Medium on my Windows server?

Answer

This indicates that your Windows server is not configured to run .cgi files as Perl scripts.

Ask your server administrator to confirm that Perl is installed on the server. If not, he or she can obtain a copy of Perl for Windows here:
http://www.activestate.com/Products/ActivePerl/

After ensuring that Perl is indeed installed on the server, your server administrator should configure the server to run .cgi scripts like so:

  1. From the Start Menu, navigate to:
    Start > Control Panel > Administrative Tools > Internet Information Services

  2. In the IIS Administration console, use the left-side navigation to go to:
    Local Computer > Web Sites > Default Web Site

  3. Right-click on "Default Web Site" and choose "Properties".

  4. Select the "Home Directory" tab, and then click "Configuration".

  5. Click the "Add" button.

  6. In the form, fill in these values for the fields displayed:

  7. Executable: C:\Perl\bin\perl.exe "%s" %s
  8. Extension: .cgi
  9. Verbs : Limit to: GET,HEAD,POST
  10. Check that file exists (uncheck this box)

  11. Click "OK"