Author: drmacy | Posted on: 8/12/2008 11:09:17 AM | Views : 1012

I am just starting to use Profiles. I have added the following code to my web.config file:
        <anonymousIdentification enabled="true"/>
        <profile enabled="true">
            <properties>
                <add name="Name" allowAnonymous="true"/>
                <add name="EmailAddress" allowAnonymous="true"/>
                <add name="Cart" serializeAs="Binary" type="BTP.Commerce.ShoppingCart"
                     allowAnonymous="true"/>
&n ...

Go to the complete details ...