Posted on: 10/24/2014 2:38:57 PM | Views : 360

Hi,
ASP.NET 4.0 Web Server : Windows server 2008R2 Admin Web Site Security : ASP.NET membership SQL Server 2008R2 Dev Machine : Visual Studio 2013 ULT on Windows 8.1
I made a web site (public web site and a admin web site) that is connected to SQL Server. All clients and users are using the same website/database (Hockey League Management System).
Users are related to 1 League and each league have there own settings that are stored in SQL Server Database. I often have to use those settings to validate or do some operation depending on those settings in multiple pages of the admin site. I have settings at League and season level. League and season settings are modfied only with a webpage.
My question is :
Should I use session variable to store all those settings ?
Should I use a Class and properties to store all those settings ?
Any other suggestion/best practice ?
Thanks
Richard

Go to the complete details ...