22 references to ProfileManager
System.Web (22)
Compilation\BaseCodeDomTreeGenerator.cs (1)
506
if (!
ProfileManager
.Enabled)
Compilation\BuildManager.cs (1)
662
specialFilesHashCodeCombiner.AddObject(
ProfileManager
.Enabled);
Compilation\ProfileBuildProvider.cs (2)
49
if (!
ProfileManager
.Enabled)
52
if (ProfileBase.GetPropertiesForCompilation().Count == 0 && !ProfileBase.InheritsFromCustomType &&
ProfileManager
.DynamicProfileProperties.Count == 0) {
Profile\HttpProfileBase.cs (16)
104
if (!
ProfileManager
.Enabled)
121
base.Initialize(sc, s_Properties,
ProfileManager
.Providers);
184
if (!
ProfileManager
.Enabled)
217
if (!
ProfileManager
.Enabled) {
237
if (!
ProfileManager
.Enabled)
258
if (!
ProfileManager
.Enabled)
284
if (!
ProfileManager
.Enabled)
303
AddProfilePropertySettingsForCompilation(
ProfileManager
.DynamicProfileProperties, ht, null);
374
if (!
ProfileManager
.Enabled || s_Initialized) {
396
ProfileBase.AddPropertySettingsFromConfig(baseType, fAnonEnabled, hasLowTrust,
ProfileManager
.DynamicProfileProperties, null);
414
ProfileProvider prov = hasLowTrust ?
ProfileManager
.Provider : null;
444
prov =
ProfileManager
.Providers[((ProfileProviderAttribute)attrib).ProviderName];
533
pps.ProviderInternal =
ProfileManager
.Provider; // Use default provider
536
pps.ProviderInternal =
ProfileManager
.Providers[pps.Provider]; // Use specified provider
640
if (_DatesRetrieved ||
ProfileManager
.Provider == null)
643
ProfileInfoCollection coll =
ProfileManager
.Provider.FindProfilesByUserName(ProfileAuthenticationOption.All, _UserName, 0, 1, out totalRecords);
Profile\ProfileModule.cs (2)
93
if (
ProfileManager
.Enabled) {
95
if (
ProfileManager
.AutomaticSaveEnabled) {