i'm trying to enable a page but rather than using physical name i have a route defined, yet it doesn't seem to display that page unless logged in (physical one does work)
<location path="cookiesandprivacy">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
with "cookiesandprivacy" being a route name defined in globl file
...
Go to the complete details ...