Redirect new users to MyAccount.aspx
Posted: Sat Jan 16, 2010 8:09 am
Where do I modify the redirect page for new users after they are successfully logged in. I need them to go to MyAccount.aspx rather than the store default.aspx
http://forums.ablecommerce.com/
Code: Select all
<forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" />
Code: Select all
<forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" defaultUrl="~/Members/MyAccount.aspx" />