I would like to manipulate certain data objects bound to SPWeb in my SharePoint 2010 Farm.
For instance, I am building an application page accessible from a site's settings page that would give the ability to specify a point of contact for a site. I would like to store the SPUser object somehow on that site.
Is the List approach the best practice for such scenario? I don't actually want the data to be visible without using code-behind.
Thank you