It came to my attention that some users are using notepad to develop their stand alone aspx code. Some of them do not even know the on-site manual and has been coding by examples for years. Even ASp-db is advertised to work w/o VS. It is really practical to use VS to develop the code as VS has the IDE for C# and VB so you can debug the code. Please take a look at the following manual pages ->

http://www.aspdb.com/TornadoManual/_UseVS.html
http://www.aspdb.com/TornadoManual/_UseVS2005.html

The tornado.chm local manual file can be downloaded in the product download page. Note that the property and method syntax are generated by NDoc. The sample code and special topics are all linked to www.aspdb.com. This arrangement will minimize the # of download .chm files to 1.

Frank