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.