I need some help with what I hope is something simple.
 
I created a plug-in which worked fine up until I changed the
Authorization rules from:
 
    <AuthorizationRules>
                 <Rule Type="Allow" Action="ManageNamespace" Principal="
authenticated " />
    </AuthorizationRules>
 
To:
 
    <AuthorizationRules>
      <Rule Type="Allow" Action="ManageNamespace"
Principal="user:MCITEXASD\mlrednour" />
                                <Rule Type="Allow" Action="Read"
Principal="authenticated" />
    </AuthorizationRules>
 
Now I get the following error on the page with the plug-in:
MPC.DataFRAME 240 Specifications(1:1) : No such property or function:
MyServerService
 
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to