shared personalization in asp.net 2.0

  • Thread starter Thread starter fscali
  • Start date Start date
F

fscali

Hi, in asp.net 2.0, is there any out of the box provider that I can use
in order to persist to a SQL Express Database some site settings?
I have a webpart page where only authorized users can add/modify/remove
webparts (in shared mode) and I would like to give them the ability to
set even the theme for all users. In other words I would like to use
personalization features without adding other webparts.
Thanks in advance.
Francesco.
 
Create a single user and sign everyone up under that user? It will work,
unless you also need users to have their own additional personalization.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top