Profile access in ASP.NET web services
Posted
by Peter Wone
on Stack Overflow
See other posts from Stack Overflow
or by Peter Wone
Published on 2010-04-30T01:16:21Z
Indexed on
2010/04/30
1:17 UTC
Read the original article
Hit count: 382
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?
© Stack Overflow or respective owner