I have an ASP.NET web application \"K\" that has its own authentication and authorization built on SimpleMembershipProvider.
Now I want to set up a web site that has ap
Here is how I solved it.
>
Now, the user will log in onto DNN, and click a link to access "K". When this happens, "K" can behave as if the user actually logged in using "K" application, like reading roles from Web.Security, etc. That comes for free since you made its forms authentication cookie name and MachineKey synced between two applications.