webparts

Last post 05-09-2008 3:00 PM by OutOnFarm. 4 replies.

Sort Posts:

  • webparts

    03-27-2008, 5:44 AM
    • Loading...
    • Susee
    • Joined on 03-27-2008, 9:40 AM
    • Posts 2

    hi

    any one tell me what is the difference between Customization and personalization?

    Filed under:
  • Re: webparts

    03-27-2008, 9:48 PM
    • Loading...
    • vinz
    • Joined on 10-05-2007, 3:47 PM
    • Cebu Philippines
    • Posts 4,433

    Susee:

    any one tell me what is the difference between Customization and personalization?


    Webparts Customization will basically happen in WebpartsZone including the Dragging and Dropping of webparts, verb interactions editing of webparts.. and how you arrange the webparts in the zone is what we called Customization. After customization happens ASPNET provides ASPNETDB wherein all Customization will be save in the database per user or all users and that is  called personalization... What i mean is that once you have customize the webparts then it will automatically save the settings in the Database and saving the data to database is what we called personalization.. Personalization uses an ASP.NET applicationservices database to store personalization data. By default, ASP.NET creates this database automatically in a subfolder named "App_Data"when an ASP.NET application first uses personalization or one of theother application services such as roles, membership or profiles. Also bydefault, ASP.NET creates the database as a single SQL Server Express databasefile that contains the database schema for all of the applicationservices

    Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post fixed your problem.


  • Re: webparts

    03-28-2008, 8:41 AM
    • Loading...
    • Susee
    • Joined on 03-27-2008, 9:40 AM
    • Posts 2

    Thank you for your reply. could you please tell me how to create the AspNetDB?

  • Re: webparts

    03-30-2008, 9:45 PM
    • Loading...
    • vinz
    • Joined on 10-05-2007, 3:47 PM
    • Cebu Philippines
    • Posts 4,433


    Susee :

    Thank you for your reply. could you please tell me how to create the AspNetDB?

    ASPNETDB will be automatically created when you compile and run your web application with webparts.. 

    Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post fixed your problem.


  • Re: webparts

    05-09-2008, 3:00 PM
    • Loading...
    • OutOnFarm
    • Joined on 05-09-2008, 2:55 PM
    • Posts 1

     If you are setting up multiple versions of the database for development testing or if you are setting up the database in a production environment where you are not compiling code, you can use aspnet_regsql.exe. It is found in the .Net framework folder (e.g., C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727). In this interface you can create the database with any name that you would like.

Page 1 of 1 (5 items)