| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Content Management Design with ASP |
From: |
Aussie Ian |
Date: |
8/22/2000 2:28:49 PM |
IP: |
204.119.56.50 |
GDay,
This is not a request for code or any great detail, which I am sure you get too many of.
I am an Australian plant scientist now living in Oregon so my computer skills are very low compared to yours. I am trying to connect 720 plant scientist from around the world, allowing them to input content on a web site using ASP and SQL server. Our budget cannot afford Story Server, 2Bridge, or even Allaire Spectra. Actually our funding agencies think that they can get this up and running for a few beers (the standard way of paying an Australian).
MY DILEMA
If I place all of the body of an article (a bit like a news story I guess) into a text field of a SQL server database then it looses all of its internal tags (like bold, italic, hotlinks etc). I can tag these by <B>hand</B> but many of the other scientists only write their articles in a word processor and just copy and paste the text into the field on a browser.
If I just use the database as a pointer (i.e.: store the author, title, summary, date but not the html document in the database) and then point to a html document then I have the problem of incorporating the document into the ASP template as "INCLUDE" files are inserted into a document prior to reading any ASP. How can you create a page on the fly composed of several html pages (inserted into a template) using ASP?
MY QUESTION
Clearly I am missing an easier way of doing this. What is a good way to use SQL server and ASP to set up a relatively small (3,000 article) content management system? Do sites commonly have html tag codes within text fields of a database or do they point to an external file?
Any help would be greatly appreciated - you may even get an electronic beer to help your programming.
Che |
Follow Up - Re: Content Management Design with ASP - Lawrence 9/8/2000 12:28:40 PM
|
|

|
|
|
|