In my application user can personalize their settings like background-image,use https etc. How should i add these setting to users page.I mean should i store these setting like bacjground-image in session.What is the better way of dong it.I am using ASP.Net MVC. Please help.
I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...