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! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top