I have read the top 30 Google hits for several combinations of IIS rewrite map condition and so on, but I can\'t find any decent documentation, either on a micros
Firstly, don't use dot, it matches everything and is naturally greedy. Use character negation instead: ([^\n]+).
Try this, then re-run, and if that doesn't work, try adding /? again on the pattern attribute.