I want a customized home page for each user of my site. I was thinking it might be best to have a master page with place holders (for name, default image, ect) and have the site pull the data from the db on page load. Is this better than storing the web pages for each user?
I understand it might not be as simple as I stated. I am just trying to get an idea for the direction to move to.