I have a MVC site which I have built a custom authentication for. I now have a legacy site written in plain old c# .net but I would like to wrap my security from my MVC site around. Essential I would like the .net site to check if a session exists on the MVC and proceed if it does and redirect to the MVC site login if it doesn't. Simple?
I was thinking of possibly creating a web server or something of that effect. But to be honest I'm just finishing for idea of how I could achieve this.