Hi,friends
I'm trying to write online support program to provide answer to customer's FAQ about product's maintaince and troubleshoting.
There are three possible solutions related with database design and ASP.I'm not sure which one is better ,so ask you guys opinion.
1.Put the the answer article in Table's field.when customer search it ,retrive it through ASP.It's the easiest way,but it may be not convinent for modifying the answer.
2.Convert every answer article to HTMl,sore their path in table,then hyperlinked with ASP
3.Leave the answer article in txt format.store their path in table .in ASP page using Filesystem object to read it.
I don't have lots of experience about it.possibly there are other solutions about it .what is the common solution for this kind of program (like microsoft support web site)
Any suggestion will be greatly appreciated.Thanks.