I'd like to supplement my existing DotNetNuke website with a side application which is built on MVC.
To do this, I'd like to set the MVC application up on a separate subdomain (e.g. subapp.mydomain.com) and to connect to the same database.
I've tried this already and I can get the MVC app to connect at the ASP membership levels (just using the normal forms and authentication providers) - but I'm wondering if there is any way I can get the MVC app to use the full DotNetNuke membership providers - so that I can call DotNetNuke.Entities.Users.UserController.GetCurrentUserInfo()
within my MVC application? Is this just a case of using the DotNetNuke membership DLLs and changing the web.config? If so, which settings do I need to use? - I've tried and just ended up with lots of yellow-screens-of-death
Thanks for any pointers/advice.