문제

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.

도움이 되었습니까?

해결책

The solution was painful simple

<add name="User" expression="R:&quot;MyDomain\MyApp Users&quot;" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top