Groups | Blog | Home
all groups > asp.net webcontrols > march 2007 >

asp.net webcontrols : Profile - what is wrong ?


goldie11
3/14/2007 8:12:53 AM
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.
ruthie
3/15/2007 1:03:45 AM
It seems that the Profile property doesn't work with web application
project - its seems there is a 3rd party tool - webprofilegenerator.

Ruthie.

AddThis Social Bookmark Button