skip to main | skip to sidebar

My Tech Notes

Blog programming issues I encountered.

Thursday, July 24, 2008

Cannot Access Profile Property in Webpage

In web application projects, we cannot access Profile property as what we do in web site projects. (See the differences between the two projects here: Introduction to Web Application Projects)

To work around this, use ASP.NET WebProfileGenerator, which is an add-in for Visual Studio. If we don't want to use an add-in, we could implement a custom profile provider. Use this article for a reference.
Posted by Xiaoguang at 11:05 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2010 (2)
    • ►  September (1)
    • ►  March (1)
  • ►  2009 (20)
    • ►  October (1)
    • ►  September (2)
    • ►  August (2)
    • ►  July (1)
    • ►  June (4)
    • ►  May (3)
    • ►  April (2)
    • ►  March (5)
  • ▼  2008 (15)
    • ►  September (1)
    • ►  August (3)
    • ▼  July (5)
      • Building TreeView Programmably in a Recursively Fa...
      • Cannot Access Profile Property in Webpage
      • The Importance of Page.IsPostBack
      • Configuring passwordFormat="Encrypted" in ASP.NET
      • Passing Reference in C#
    • ►  March (3)
    • ►  February (1)
    • ►  January (2)
  • ►  2007 (22)
    • ►  December (3)
    • ►  November (7)
    • ►  October (1)
    • ►  September (1)
    • ►  August (2)
    • ►  July (4)
    • ►  June (4)

About Me

Xiaoguang
View my complete profile