Our company is currently running a asp.net Webforms 3.5 website as the default website on a Server.
I would like to add a new asp.net MVC application (using .net 4.0), but be able to use Single Sign-On authentication from the forms app to the MVC app. How can I do this?
I tried added the MVC app to the default website, but the MVC app fails since it is trying to read the web.config of the WebForms application.
I would imagine this has been done by someone out there, what is a good way to do this? Any help would be appreciated.