Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
guess that this is trivial question. How can I prevent all users apart from those of a specific type from being able to see a page? I tried using the traditional asp.net way but didn't work:
<location path="MyPage.aspx"> <system.web> <authorization> <allow roles="MyUserType"/> <deny users="*"/> </authorization> </system.web> </location>
With that I want to allow only users of user type "MyUserType" to be able to access /MyPage.aspx. But it does not work.
Any ideas?
Think you would right click a node in the Umbraco content section, select public access then role based protection. See http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Allow only users of specific type to see a page
Hi,
guess that this is trivial question. How can I prevent all users apart from those of a specific type from being able to see a page? I tried using the traditional asp.net way but didn't work:
With that I want to allow only users of user type "MyUserType" to be able to access /MyPage.aspx. But it does not work.
Any ideas?
Think you would right click a node in the Umbraco content section, select public access then role based protection. See http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access
is working on a reply...