Hi Skip,
>> It was mentioned in the webinar that the web folder can be put in a blob and served from there. I like this a lot better than distributing the web folder to folks who might want to dink with it.
I'm not sure that "dinking" is really a problem, at least not from the client. The only files they'd benefit from dinking with is the CSS - and that's probably a good thing - if they want to change the css they're welcome to do that.
On the other hand deployment of a single TPS file is a lot simpler than deploying a whole web folder, so there's an attractiveness there - especially for Local-mode-compiled Exe's.
I had in mind to let the template create a "MakeBlob.Bat" file, and run it automatically from GzipAll.bat. This would recurse the folders, and do an AddBlob etc. Then in the app have a switch to include the blob file as the default serving source, (followed only afterwards by the web folder if the blob is missing something.)
I haven't had a chance to do all this yet, but if others also like the idea (comment here) I'll adjust it a bit on the priority list.
cheers
Bruce