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)
60
if (string.IsNullOrEmpty(
_AppName
))
63
if(
_AppName
.Length > 256 )
97
get { return
_AppName
; }