I was wondering if it is possible to capture an http request to a page in a directory address that doesn't exist and then to create the requested directory and populate it with pages at run time.
More specifically is is it possible to capture an http request, say on session start in global.asa and then if on determining with script that the requested directory doesn't exist at that domain, use the file system object to create the directory and then copy generic pages from another directory to that directory before redirecting the request to the requested page.
If this is possible, does anyone know how long this kind of manipulation would take assuming that say a maximum of a dozen new sessions were created at the same time.