2 writes to appName
System.Web (2)
Security\ADMembershipProvider.cs (2)
330appName = config["applicationName"]; 333appName = SecUtility.GetDefaultAppName();
3 references to appName
System.Web (3)
Security\ADMembershipProvider.cs (3)
146return appName; 332if (string.IsNullOrEmpty(appName)) 335if( appName.Length > 256 )