Well, there are oodles of
content management systems (CMS) out there. I think the hardest part is that they have to be very customizable. I have build several from scratch to suit my needs. If you aren't familiar with writing database interaction code then I'd suggest getting a book or looking for some online demos/tutorials for talking to a database with ASP.
Writing a CMS of any kind for a web application opens up a whole can of worms with regards to user access (security, who can access what). It's no trivial task. There a lot of factors to consider that will affect your design:
- Can your web application support databases? Most any IIS based application would be able to support MS-Access. If you have a SQL server available, much better.
- Is your application an inTRAnet or an inTERnet application?
- Is there FTP access to the site? Although building a CMS is good, if there's FTP access, that could greatly simplify things and provide simple security.
Peter
------------------------------------------------------
Work smarter, not harder.