Profile access in ASP.NET web services
- by Peter Wone
ASP.NET profile properties are trivially available to the code-behind of an ASPX web page courtesy of the HttpContext.Current.Profile object.
In a .svc web service, how does one bring ProfileCommon and paraphernalia into scope?