Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
2 Points
3 Posts
Sep 28, 2011 02:35 PM|LINK
I'm converting an ASP project into MVC. I want to keep the existing authentication mechanism in the ASP part of the project but
automatically log the user in when they try to access one of the MVC pages.
Any thoughts on a strategy to implement this. For example I could use cookies and the database.
With the two projects running side by side in different app pools I won't be able to pass session variables between the two.
Any help appreciated.
msteel9999
Member
2 Points
3 Posts
Authentication in Classic ASP/MVC 3
Sep 28, 2011 02:35 PM|LINK
I'm converting an ASP project into MVC. I want to keep the existing authentication mechanism in the ASP part of the project but
automatically log the user in when they try to access one of the MVC pages.
Any thoughts on a strategy to implement this. For example I could use cookies and the database.
With the two projects running side by side in different app pools I won't be able to pass session variables between the two.
Any help appreciated.