3 writes to _AppName
System.Web (3)
Profile\SqlProfileProvider.cs (3)
59_AppName = config["applicationName"]; 61_AppName = SecUtility.GetDefaultAppName(); 103_AppName = value;
3 references to _AppName
System.Web (3)
Profile\SqlProfileProvider.cs (3)
60if (string.IsNullOrEmpty(_AppName)) 63if( _AppName.Length > 256 ) 97get { return _AppName; }