The UpmMembershipProvider is used by the Membership object included with ASP.NET. The user modifies web.config to indicate that the UpmMembershipProvider class is to be used to provide the implementation for all membership related functionality. The UpmMembershipProvider class talks to Commerce Server using the BizDataAdmin object and the CSOLEDB Provider. The UpmMembershipProvider class returns instances of UpmMembershipUser wherever the MembershipUser class is expected.