when i use these codes:
</location>
<location path="profile">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>
my ContinueDestinationPageUrl of my createuserwizard control does not work and it redirect to ligin.aspx but i set it to :
ContinueDestinationPageUrl="~/admin/createuser.aspx"
how can i fix it?