when I add this code to my root web.config under system.web
<profile>
<properties>
<add name="UserId" type="String"/>
</properties>
</profile>
and rebuild my project, the properties don't seem to take.
Profile.UserId does not exist. Is there something obvious that I'm doing wrong? Thanks.