views:

14

answers:

0

Hi, folks, In my asp.net website i use Ajax login(that the part of standart Ajax Extension for asp.net).

When i don't login and try to access to the denied page, i got redirected to page http://mywebsite.com/AccessDenied.aspx?ReturnUrl=/Admin/default.aspx, after i've logged in and have permission to access denied page, i still stayed on the denied page. How to redirect the user on the denied page, after successfull login ?