Hi John, The security is set for "all Users" and the modul is working fine when I move the rule to be a portal rule.
I'm using portal rules in my skin file. When I delete them then the page rule is working fine. So there seems to be a conflict when using portal rules in the skin file and when adding page rules. Is there something I can do to solve this confilct? Portal Rules in my skin files: <% If Not Request.IsAuthenticated %><!-- <snapsis> <pageBlaster> <providers> <provider name="GenericFilter" interface="IFilterProvider" type="Snapsis.HttpModules.PageBlaster.GenericFilterProvider, Snapsis.HttpModules.PageBlaster"> <replacementRules> <rule> <ruleName>Remove spmenu.js</ruleName> <searchFor><![CDATA[<script[^>]+?spmenu\.js[^>]+?></script>]]></searchFor> <replaceWith> </replaceWith> </rule> <rule> <ruleName>Remove default.css</ruleName> <searchFor><![CDATA[<link[^>]+?default\.css[^>]+?>]]></searchFor> <replaceWith> </replaceWith> </rule> <rule> <ruleName>Remove portal.css</ruleName> <searchFor><![CDATA[<link[^>]+?portal\.css[^>]+?>]]></searchFor> <replaceWith> </replaceWith> </rule> <rule> <ruleName>Remove style</ruleName> <searchFor><![CDATA[<style>[^>]+?xsImgSearch[^>]+?</style>]]></searchFor> <replaceWith> </replaceWith> </rule> </replacementRules> </provider> </providers> </pageBlaster></snapsis> --><% End If %> thanks,
Patrick |