>I have IIS4.0. I set the properties in IIS4.0 on the cgi-bin directory to
>c:\rebol.exe -cs %s %s and used .r for the extension for the script files.
I`ve have done that. It wouldn`t do anything at all without it.
>You dont need the "!#c:\rebol\rebol.exe -cs" at the top of your script with
Ah I thought so.
>IIS. Now I had problems very similiar which I couldnt figure out until I
>changed the form method in the HTML script from a method of "post" to "get".
The problem is, it just refuses to return with anything, with any script. My
main form handling script I need to use must use post as it contains a lot of
data (more than the 255 characters or something like that limit on GETs). I
get the same error with any script I use. Even simple scripts that all they
do is return with a html page with a test message. No form processing is done
on these so no GETs or POSTs needed.
>statements. I struggled at first with this also. What I did was made sure
>I found a simple example and got it working first. I used the cgiform
>example on the rebol web site. I suggest you use it to test >IIS at first
when your setting it up.
Well I`d prefer to get some test scripts working first before I even go near
any form scripts like the cgiform examples. But I suppose I should have another
look at them to see if there is something I have missing.
If anyone has any suggestions as to why even a simple html page can`t be displayed
with no form handling on IIS, again, give me a shout.
Ed.