>>Has anyone done anything similar? I have many components I use in common for several sites I have on my server. In order to keep only one copy of them on the server, in IIS, I defined a mapping on the common directory, so that from any site/domain name I can access the same directory, ex: /common/admin/users/userEdit.cfm All custom tags are accessed by CFMODULE at /common/customTags/... All queries are made on DATASOURCE=#application.applicationName#, so the correct database is always accessed from any application, even from a common module.
I made the same setup on my development server, so applications are always compatible. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252876 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

