We currently have a standard login project for all our 1.1 applications. I have recently installed VS 2005 and I'm trying to use the 1.1 login.aspx page. I have copied code from my 1.1 application verbatim over to the test 2005 project, and it redirects to
the login page properly, I enter in the Username and password correctly and it redirects back to the new 2005 project. At that point the application runs the
If Request.IsAuthenticated
Then and I seem to not be authenticated. Is there anything I need to do in order to bridge this compatiblity gap between the two apps?
berwin98
Member
41 Points
16 Posts
Compatability with Authentication Cookie with 1.1 to 2.0?
Jul 12, 2005 05:38 AM|LINK
Hello,
We currently have a standard login project for all our 1.1 applications. I have recently installed VS 2005 and I'm trying to use the 1.1 login.aspx page. I have copied code from my 1.1 application verbatim over to the test 2005 project, and it redirects to the login page properly, I enter in the Username and password correctly and it redirects back to the new 2005 project. At that point the application runs the If Request.IsAuthenticated Then and I seem to not be authenticated. Is there anything I need to do in order to bridge this compatiblity gap between the two apps?
Thanks for your help,
Bob