I’ve currently got an Umbraco 4.7.1 site with membership setup which is working great.
Now I want to use the umbraco membership provider in another non-umbraco site.. I have a customer that has some .net and classic asp sites and they want a single source for membership information.
I haven’t found any successful implementations or examples that work..
Has anyone that can share, got this to work ???
I got close, but I’m getting a stackoverflow error when I hit “log in” button on the asp.net login control.
Thanks
Here are the pieces of my working web.config
The next piece to the puzzle is to copy the umbracoSettings.config file from my working umbraco site into a “config” directory under my .net site.
It now works perfectly.. My head will heal from all the head-banging to get this to work..
I hope this helps someone..