Profile - what is wrong ?

  • Thread starter Thread starter ruthie
  • Start date Start date
R

ruthie

Hi,

I would like to use the profile - so I added the following code to
the
web.config file:


<profile automaticSaveEnabled="true">
<properties>
<add name="ReplyAddress"/>
<add name="ReplyName"/>
<add name="ccName"/>
</properties>
</profile>

I expected that in the aspx page - when I type Profile. - I will
have
all the properties of the profile (with the intellisense options).
For some reason - Profile. - isn't valid.
What am I missing ??

Thanks.
Ruthie.
 
It seems that the Profile property doesn't work with web application
project - its seems there is a 3rd party tool - webprofilegenerator.

Ruthie.
 
Back
Top