I am building a public website with about 20 pages. 19 of those are static with images and content, perfect for WD6 (which I want to use). The Home page, however, is required to have some dynamic content whereby the client wants the ability to update 3 text areas with content as and when required. Being a .Net developer, I would typically expect to do that with an .aspx page tied to a backend database, in which I would give the client normal create, retrieve, update and delete (CRUD) capabilities.

My question: Does anyone on the Forum have any suggestions (or experience) for doing that, i.e., marrying WD6 created pages with another page containing dynamic content in one website? I'm not tied to using .Net. I've used Web Expression for creating sites like this in the past, but it is sooo much easier (and more fun) using WD6.