D
Damien RICHARD
I created personalization properties in web.config file.
<profile enabled="true">
<properties>
<add name="FirstName" type="string" />
<add name="LastName" type="string" />
</properties>
</profile>
I can't access to the Profile class, why?
Where is stored the Profile and ProfileCommon class (Assembly, Namespace)?
Thanks
<profile enabled="true">
<properties>
<add name="FirstName" type="string" />
<add name="LastName" type="string" />
</properties>
</profile>
I can't access to the Profile class, why?
Where is stored the Profile and ProfileCommon class (Assembly, Namespace)?
Thanks