Problems with Helicon ISAPI on IIS6 - ColdBox 3.0.0 M6

Hi everyone,

Hope you can help.

I'm trying to setup SES on a fresh copy of ColdBox ( 3.0.0 M6 ) but
I'm having trouble with the IIS / Rewriter side of things. We've got
Helicon installed, and we're currently using this on another
application so everything is running correctly on that side.

When I try and put the same IsapiRewrite.ini into it ....

IterationLimit 0
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(/.+/.+/.*\?.+\..*)$ /index.cfm/$1
RewriteRule ^(/[^.]*)$ /index.cfm/$1

I get the following error when I try and save -

"Syntax is incorrect"

Unknown expression on line #1: IterationLimit 0