Possible Duplicate:
how to use Profile.GetProfile() in a library class?
How to get profile in a cs class? It works fine in aspx.cs class.
ProfileCommon profile= HttpContext.Current.Profile.GetProfile(username);
How to make GetProfile() available in cs class? please advice, Thank you
Take a look at my answer about profiling users. There is all you need: