When it came time to write an ASP.NET version of our guestbook script, it just seemed wrong somehow to use a plain text file to store the entries. Since XML is such a core part of the whole .NET Framework, using XML seemed to make much more sense...
Here's a zip file of the code (3.3 kb)!
Play with the running version.
Back to the "Guestbook" sample