0

I have a domain group with space in it, it does not work. The only related thing I find on google is this unanswered question

http://webclientguidance.codeplex.com/discussions/9242

<rules>
    <add name="User" expression="R:MyDomain\MyApp Users" />
</rules>

I am getting this exception :

Found token "end of file" when expecting word at position 17.

Anders
  • 17,306
  • 10
  • 76
  • 144

1 Answers1

0

The solution was painful simple

<add name="User" expression="R:&quot;MyDomain\MyApp Users&quot;" />
Anders
  • 17,306
  • 10
  • 76
  • 144