ASP.Net Membership and Web Application Project
Posted: Wed Jul 29, 2009 8:44 am
1. Has anyone successfully converted to a VS2008 Web Application Project and if so, is there a list of hints or steps?
2. More to the point, is there any detailed information on how the custom Asp.net Membership Provider is different from the out-of-the-box MS Membership Provider. I have read in several posts how "the original Membership Provider was too limiting" and how "everything was serialized", but this does not provide a lot of information for those of us who want to integrate to an existing Web Application Project (note the Web App Project does NOT use the standard Profile but a replacement WebProfile object).
It would seem that integration would involve: 1) mapping existing user properties/fields so that a user object between an existing Web App Project and the AbleCommerce Web Site Project is identical, and 2) passing or maintaining a session object or authenticated user status back and forth.
Any suggestions? or hints? or even detailed instructions?
2. More to the point, is there any detailed information on how the custom Asp.net Membership Provider is different from the out-of-the-box MS Membership Provider. I have read in several posts how "the original Membership Provider was too limiting" and how "everything was serialized", but this does not provide a lot of information for those of us who want to integrate to an existing Web Application Project (note the Web App Project does NOT use the standard Profile but a replacement WebProfile object).
It would seem that integration would involve: 1) mapping existing user properties/fields so that a user object between an existing Web App Project and the AbleCommerce Web Site Project is identical, and 2) passing or maintaining a session object or authenticated user status back and forth.
Any suggestions? or hints? or even detailed instructions?