In general at a fairly high level, and without building an entire CMS, what do I need to know about storing web page content (e.g. say several hundred articles and text up to approx. 2500 words in length) and photos in sql server in a templated web page design?
Do I store the actual content in the db or store in the files on the server and just put links in the db?
What would some asp.net code look like to display it out of the db and flow it into a css-based layout?