I am currently migrating my code from July CTP to Beta 1
I have a PageMethod in my forms autentication login page. It is used in the reset password section or the page to display the question corresponding to the email address that the user enters.
This used to work in July CTP and it is broken in Beta 1 because the forms autentication prevents access to teh PageMethods proxy.
jlchereau
Member
91 Points
25 Posts
Beta1 BUG: Forms authentication prevents access to the PageMethods proxy
Oct 24, 2006 07:20 AM|LINK
I am currently migrating my code from July CTP to Beta 1
I have a PageMethod in my forms autentication login page. It is used in the reset password section or the page to display the question corresponding to the email address that the user enters.
This used to work in July CTP and it is broken in Beta 1 because the forms autentication prevents access to teh PageMethods proxy.
Actually, calling http://localhost/login.aspx/js is redirected to http://localhost/login.aspx?ReturnUrl=%2flogin.aspx%2fjs
Is this a bug or by design?