How to build a page where visitors can add comments to the page? I know it's possible with a db, the question is - can I do it without a db? Perhaps by saving a new element to the existing .aspx file in the correct location (after the last comment inserted), how do I do it?
Any other elegant idea how to implement this?
The reason I don't use a db in this case is for simplicity and for fast loading of the page - am I right with my approach?