Mega Code Archive

 
Categories / ASP.Net Tutorial / Profile
 

Working with the automaticSaveEnabled attribute

<configuration>   <system.web>       <profile automaticSaveEnabled="False">                 <properties>                    <add name="FirstName" />           <add name="LastName" />           <add name="LastVisited" />           <add name="Age" />           <add name="Member" />                 </properties>              </profile>     <authentication mode="Windows" />   </system.web> </configuration>