profile

  1. N

    Question Configuring and Saving Profiles in a Web Application

    I am working on adding the ASP.NET Profile feature to my Web Application, and am having trouble getting it to communicate with the database. I have the Membership feature configured and working, and I ran the tool on the database to do the necessary configuration for Profiles as well. I have a...
  2. N

    Question Trouble with the <profile> element's inherits attribute

    I have an ASP.NET Web Application in which I want to use profiles. In my Web.config file, I have the following: <profile enabled="true" inherits="mckeepottery_com.MPProfile" defaultProvider="McKeePotteryProfileProvider"> And I have a file in my application (which is named mckeepottery_com)...
Back
Top