Question: our web sites has multi subsite(each subsite has different configuration) & each subsite has many users (each user has different configuration such as paging in grid , grid header & etc) for save these configurations we have 2 way:
1 - Saving Configuration to a Detached File 2 - saving configuration to sql database
which way is better ? is there anyway to save these configurations ?
Moved byKarel ZikmundMSFTMonday, November 09, 2009 12:42 AMASP.NET question - use http://forums.asp.net (From:Building Development and Diagnostic Tools for .Net)
the sql database is better since it backs itself up every time you add ot it, and can be reset if y laose data we can all laearn together to be better than we are
Proposed As Answer byKarel ZikmundMSFTMonday, November 09, 2009 4:26 PM