3 references to Create
System.Web (2)
HttpContext.cs (1)
1278
_Profile = ProfileBase.
Create
(Request.IsAuthenticated ? User.Identity.Name : Request.AnonymousID, Request.IsAuthenticated);
Profile\HttpProfileBase.cs (1)
179
return
Create
(username, true);
System.Web.Extensions (1)
ApplicationServices\ProfileService.cs (1)
309
return ProfileBase.
Create
(name, isAuthenticated);