Ihavethefollowingproblemwhencreatingmyprofile,cananyonehelpmewithwhatmaybehappening?
MywebConfigisconfiguredasfollows.
<profiledefaultProvider="AspNetSqlProfileProvider">
<providers>
<clear />
<add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" applicationName="/Usuarios" connectionStringName="labPuc" />
</providers>
<properties>
<add name="UserId" type="System.Guid" />
<add name="Nome" type="System.String" />
<add name="TipoPermissao" type="System.String" />
<add name="Email" type="System.String" />
<add name="Habilitado" type="System.String" />
</properties>
</profile>