Hello,
I'm trying to use Profiles so I could get/set FirstName, LastName for users. I have installed the tables (from aspnet_regsql tool, that also installed membership), the web.config looks like this:
<profile defaultProvider="AspNetSqlProfileProvider" enabled="true">
<providers>
<!--<clear />-->
<add name="AspNetSqlProfileProvider" connectionStringName= Go to the complete details ...