Hi Everyone,
I have developed an ASP application and would like to deploy it in different locations on a single webserver. Each deployment will use a different database as each deployment services a different client.
I would like to have a single copy of the ASP source so that any change I make is immediately reflected in all the deployments and I don't have to go about making the change on all copies of the application.
What is the best way to do this. Currently, the only option that I can think of is using the include statement for parts of the code. But this approach does not seem very efficient.
Appreciate any help on this. Thanks for your time and responses. 
Cheers,
Ginger