Integrating CMS Ektron and MVC application
- by stuarty
Hi
I have two separate applications, a c# MVC app and a CMS (Ektron) app. I want the user to be able to move between the two application seamlessly without having to log into each application separately. What it the best (easiest) way to achieve this?
I sort of have it working using web services but wonder if there is a better way.
TIA
Stuart