K
Karl E. Peterson
Hi Folks --
Old problem I'm considering revisiting. Say I have a bunch of "topics" and would
like each to share a common code base but be accessed through their own folders.
IOW, something like this:
http://domain.org/subfolder/topicX/
http://domain.org/subfolder/topicY/
http://domain.org/subfolder/topicZ/
The content can all be generated from a database and some ASP code. So, what I'd
really like to do is have an extremely simple index.asp in each folder that
determined it's own folder name ("topicX"), and used this as a key to pass to a
common code base to generates the rest of the content. Problem is, as my hazy
memory recalls, calling code in a parent directory (..\code) is considered a
potential security hazard, and IIS is set to prevent it. Is there a better design,
that doesn't involve replicating the code in each and every subfolder? (Am I making
any sense at all? <g>)
Thanks... Karl
Old problem I'm considering revisiting. Say I have a bunch of "topics" and would
like each to share a common code base but be accessed through their own folders.
IOW, something like this:
http://domain.org/subfolder/topicX/
http://domain.org/subfolder/topicY/
http://domain.org/subfolder/topicZ/
The content can all be generated from a database and some ASP code. So, what I'd
really like to do is have an extremely simple index.asp in each folder that
determined it's own folder name ("topicX"), and used this as a key to pass to a
common code base to generates the rest of the content. Problem is, as my hazy
memory recalls, calling code in a parent directory (..\code) is considered a
potential security hazard, and IIS is set to prevent it. Is there a better design,
that doesn't involve replicating the code in each and every subfolder? (Am I making
any sense at all? <g>)
Thanks... Karl