Currently ASPRunnerPro outputs the files in the following structure
Output
---images
---includes
---libs
---templates
---tmp
Is it possible to control the directory structure ?
Indeed ASP pages are placed under the root, but also under the "includes" folder.
And this makes it hard to control IIS security because we need to grant/deny "Script" permissions on some folder only.
So we would like for example for all the ASP pages to go into one or two folders rather than the root "Output" folder to be able to set security to those folders.
Obviously i don't know whether that feature exists in ASPRunnerPro as it would mean that it also dynamically re-points the links between pages.