How does static HTML pages work for Databse Driven News Websites? - TechRepublic
Question
December 15, 2009 at 10:03 AM
exclhyd

How does static HTML pages work for Databse Driven News Websites?

by exclhyd . Updated 16 years ago

Please see for example, ABC News Site: http://www.abc.net.au/news/stories/2009/12/09/2765792.htm

(This is unlike in Tech Republic, where the content is pulled dynamically while the page is loaded -look at the URL of this page)

Each news is published as Static HTML. How is this done using HTML since data has to come from news database?

How do we achive this in ASP.NET websites with MSSQL database?

Is each such news page stored in Root, as static HTML page?

Does that mean there could be hundreds of static pages generated and stored in root folder each day?

Please help to understand how news sites with HTML Pages work.

This discussion is locked

All Comments