[plt-scheme] Question about running an mzc compiled PLT Scheme 2.04 cgi script

From: John W. Small (jsmall at atlantech.net)
Date: Sat Jun 14 15:03:31 EDT 2003

Hi,

I've compiled a cgi script using mzc.

The platform is Windows 2000.

It runs perfectly in a DOS window.

When launched from IIS via a URL, e.g.  http://127.0.0.1/mycgi.exe
I get the following error:

delete-file: cannot delete file: "c:\inetpub\wwwroot\junk.tmp" (The data is invalid.; errno=13) 

The script is supposed to delete the file junk.tmp which it does
when not launched by IIS.

Any ideas of what's wrong?

Thanks in advance!

John

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20030614/e6501475/attachment.html>

Posted on the users mailing list.