Just downloaded and installed CS2007 Eval.
I have enabled the CS 2007 member****p provider by adding the following to
the <system.web> section of the web.config:
<authentication mode="Forms" />
<member****p defaultProvider="UpmProvider">
<providers>
<add name="UpmProvider"
type="Microsoft.CommerceServer.Runtime.Profiles.UpmMember****pProvider" />
</providers>
</member****p>
I then added three pages to the project (Default.aspx, Register.aspx,
Login,aspx).
Default.aspx houses the LoginStatus control.
Register.aspx houses the CreateUserWizard control.
Login.aspx houses the Login control.
I can create a user in the profile system using the Register page (I see
the
newly created user using the Customer and Orders Management tool)
I can log in with the newly created user using the Login page.
The problem is that the LoginStatus control always shows the "Log In" link
which means that the user is not authenticated. I have also check the
value
of CommerceContext.Current.AuthenticationInfo.IsAuthenticated and it's
always returning false.
Any help would be appreciated.
Thanks,
Ashkan