By Default, when you browse a page you have no sufficient access to, the EPiServer login page will be displayed.
Is there a way to replace this episerver login page with our site's login page?
Thanks.
Yes, you can update the path to your custom login page in web.config:
<authentication mode="Forms"> <forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="120" /> </authentication>
Frederik
Right on the Money! Thank you as always.
By Default, when you browse a page you have no sufficient access to, the EPiServer login page will be displayed.
Is there a way to replace this episerver login page with our site's login page?
Thanks.