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