4 references to Custom
System.Web (4)
Management\SqlServices.cs (4)
332
else if (sessionStatetype == SessionStateType.
Custom
) {
646
if (type == SessionStateType.
Custom
&& String.IsNullOrEmpty(customDatabase)) {
651
if (type != SessionStateType.
Custom
&& customDatabase != null) {
673
if (!install && type == SessionStateType.
Custom
) {