Friday, November 13, 2009

Documentation & Bug

I've added code to the documentation which uses the append method. I've also added some HTML output to show results of running code, and left the ASP & TPL files.

The documentation is still one very long file. It's cumbersome to learn from and sloppy, I'm sure, but it's easier and faster for me to write it while it's just one file.

I also discovered an annoying bug that I'm not sure I can correct. When you update a .TPL file, the browser output doesn't change! The compiled .tpl.asp is being updated, and using different data from the calling .asp script outputs different results, so I think IIS may be running the .asp script from somewhere other than c:\inetpub\wwwroot\var\templates_c. So far, I'm only seeing it on IIS+XP+IE+Dermis, but I haven't checked Win2003 or Firefox because I discovered it only a few hours ago. It's 11:30 pm, and I want to go to bed. Good-night!

No comments:

Post a Comment