I have a Gadget type URL inserted in a GoogleApps Site that calls an application which reads a SqlServer database. The following is defined in the Gadget and SDC:
** Gadget (http://test.myDomain.com/app.xml) <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Lee regiones desde SqlServer" scrolling="true"/ > <Content type="url" href="http://test.myDomain.com/app.aspx" /> </Module> ** SDC <resourceRules> <rule repeatable="true"> <ruleNum>1</ruleNum> <agentId>Agent1</agentId> <viewerEmail repeatable="true">[email protected]</viewerEmail> <url>http://test.myDomain.com/app.aspx</url> <urlMatch>URLEXACT</urlMatch> <apps> <service>Gadget</service> <appId>http://test.myDomain.com/app.xml</appId> </apps> </rule> </resourceRules> The issue is that the SDC is not considering this definition and any domain user is entering if it has the permission to see this Site. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
