AI OnAI Off
My navigating url is
http://wwww.xyz.com/en/Documents/
and in web.config I have written like this
<location path="Documents">
<system.web>
<authorization>
<deny users="*"></deny>
</authorization>
</system.web>
</location>
Hi,
You don't have to change anything in web.config. EPiServer has built-in support for access rights for content. You can read about it in the editor manual here http://webhelp.episerver.com/CMS/7.5/EN/Default.htm#Authorization/Admin_IN_Authorization.htm%3FTocPath%3DAdministering%20the%20website|Setting%20access%20rights|_____0
Hi,
I donot want to show that page even from the front end for certaint user will that be accomplish with this feature of EPIServer. Because i am not getting any option for that in EPIServer.
Yes. If you remove the read access for certain groups or users, they won't be able to see the page.
Hi ,
I have created a page type from EPIServer admin and based on that created a page in EPIServer. Now I want to put authentication on that page so that only login user and user with a certain user id can access that page from front end.No guest user will be able to access that page.How to implement that in EPIServer,In setting section of a page type there is a option access role but it is not working. Still anonymous user are able to access that page. What is the option to put restriction on that page .Please share link of tutorial.
thanks
Utpal