For information about accessing and modifying configuration values for the profile element in application code, see ProfileSection.
Default Configuration
The following default profile element is configured in the Machine.config file in the .NET Framework version 2.0.
<providers>
<add name="AspNetSqlProfileProvider" connectionStringName="LocalSqlServer" applicationName="/" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</providers>