lundi 30 novembre 2020

Forms Authentication with customization url asp.net

<authentication mode="Forms">
         <forms loginUrl="~/INDEX.aspx" defaultUrl="~/Budget.aspx"></forms>
     </authentication>
     <authorization>
         <deny users="?"/>
</authorization>

I have this code working but it covered all my pages. I cannot access my register page. is there anyway I can exclude my register.aspx page ?




Aucun commentaire:

Enregistrer un commentaire