This topic contains 0 replies, has 1 voice. Last updated by Matt Denman 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Wednesday Apr 3rd, 2013 at 11:17 pm #46563 | |
After a long day of working through learning s2member and the advanced hooks, I was finally able to fully integrate the wordpress user members with the external ASP.NET MVC site which uses the ASP.NET membership support for login and security. My solution now supports: 1. When users sign up, and have had their password generated, a web service on the ASP.NET site is called to add the user. 2. When users change their password, their password is updated in the ASP.NET site. 3. When a user’s access level is changed, their role is changed in the ASP.NET membership settings for the user. 4. When a user is deleted, I mark the user as deleted but wait for a manual followup to clean out all the app data associated with the user. I can say I am very happy with my current level of integration of the wordpress site, s2member, and the ASP.NET MVC site which is running on Window Azure. The wordpress site is running on hostgator. Is anyone else integrating a wordpress site with an app written with ASP.NET MVC? |