, , :
" " "".
"- (IIS)"
http://localhost/ . IIS7.
core.exe c:\( - ), core.exe "", " " IUSR_xxxx "". ( - , )
" IIS" " ".
"- ", " ", " " :
Request Path: *.r
Module: c:\core.exe -cs %s %s
Name: Rebol
"", " Script ". c:\core.exe -cs "% s% s", ISAPI CGI Restrictions.
test.r wwwroot. test.r script:
R E B O L [Title: "Server Time"]
print "content-type: text/html^/"
print [<HTML><BODY>]
print ["Date/time is:" now]
print [</pre></BODY></HTML>]
http://localhost/test.r .
, .
View.exe, --noinstall , , View IUSR_xxx, ( Task ).
c:\view.exe -csi %s %s
% s, Script . :
c:\core.exe -cs "%s %s"
:
c:\core.exe "-cs %s %s" (<-- this won't work!)
, .
UPDATE: IIS6 (Windows 2003 Server), 404, ( IIS7, ):
c:\core.exe -cs "%s %s"
:
c:\core.exe" -cs "%s" %s
Perl.
http://www.howtogeek.com/50500/how-to-install-perl-on-iis-6-for-windows-server-2003/