Using MembersMembershipProvider outside of the Umbraco Application
Is using the new MembersMembershipProvider possible outside of the Umbraco Application?
Curently attempting to setup a third party application that uses Membership, Role and Profile providers. But switching over to Umbraco's providers causes problems. I get an object reference within the constructors on the providers. When looking at the source code of the providers it looks like they are depended on the Umbraco ApplicationContext to gain access to the MembersService etc... which when not running in side the Umbraco installation this context does not exist. Is there a way to inject/initalise the context inside another website?
Using MembersMembershipProvider outside of the Umbraco Application
Is using the new MembersMembershipProvider possible outside of the Umbraco Application?
Curently attempting to setup a third party application that uses Membership, Role and Profile providers. But switching over to Umbraco's providers causes problems. I get an object reference within the constructors on the providers. When looking at the source code of the providers it looks like they are depended on the Umbraco ApplicationContext to gain access to the MembersService etc... which when not running in side the Umbraco installation this context does not exist. Is there a way to inject/initalise the context inside another website?
Cheers
Hello,
There is a console app that shows what's possible to do outside of Umbraco: https://github.com/sitereactor/umbraco-console-example
Maybe that helps.
Jeroen
Brilliant! If you were local you'd of earned a pint. :D
Glad I could help. Please mark a post as the answer if it helped you.
Jeroen
is working on a reply...