Thanks for the reply.
But I did not understand your idea. How can I include all the include files related to different modules in a single file ? For e.g. my employee mgmt module contains an employee form. How can I include that in the leave mgmt. module ?
AFAIK, we cannot conditionally include files in ASP. Script runs from top to bottom, go through all include files and produce result.
My problem is : what can I do with the include statement
when the name of virtual directory changes ?