Enabling the ASP.NET AJAX Profile Service Example

Listing 2. Configuring the ASP.NET AJAX profile service and enabling read and write access to profile properties.

<profileService enabled="true"
    readAccessProperties="Name,ReceiveNewsletter"
    writeAccessProperties="Name,ReceiveNewsletter" />