Just a simple question I would like some advice for; from people who know more about this then me. I am currently practicing and learning how to build CMSs, basicly I just taking an unused template (that I maded) and use ASP to make it, easy to edit and to enable it to have dynamic content.
I know that it is best to use a database for dynamic content particularly if the site is really big but should I use the database if the content on a particular page won't be dynamic or frequently changed?
What are the pros and cons? For example on a main page used for news, the content tends to change alot so I use a database and some code to store and display the information but how about a secondary page like an "About" page. Where the content will change very little -if at all- through out the life of the web page. Would it be best to have some ASP code to directly edit the page?
I know that it is best to use a database for dynamic content particularly if the site is really big but should I use the database if the content on a particular page won't be dynamic or frequently changed?
What are the pros and cons? For example on a main page used for news, the content tends to change alot so I use a database and some code to store and display the information but how about a secondary page like an "About" page. Where the content will change very little -if at all- through out the life of the web page. Would it be best to have some ASP code to directly edit the page?





