ProfileCommon

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am trying to get the profile of a user that is not authenticated. I
have the following:

ProfileCommon pc = Profile.GetProfile(username)

However ProfileCommon is not recognized

I have "using System.Web.Profile;" but I am not able to make this
work!

Could someone, please, help me out?

Thanks,
Miguel
 
ProfileCommon is autogenerated when you add the profile provider statements
to the web.config. If you add additional fields, it will automagically
create them, as well.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Back
Top