Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Exception Details: System.Configuration.SettingsPropertyNotFoundException: The settings property 'Age' was not found.
user.Language = StripAnyTags(Language.SelectedLanguage == null ? user.Language :Language.SelectedLanguage.LanguageID); user.LastName = StripAnyTags(Lastname.Text); user.Title = StripAnyTags(Title.Text); user.Country = StripAnyTags(Country.Text); System.Web.HttpContext.Current.Profile.SetPropertyValue("Age", "23");And web.config :
But the application can not find the "Age" property. Do I miss something? Can you please help me...