I would think a better way to separate it would be to have the sql server by itself on one box, and the webserver with asp and cold fusion on the other box. It would get too complicated the way you said.
Also - code the path for all graphics using a variable in the application.cfm file. THEN, after the site is working nicely, if you see the web server is working too hard, you can put a web server to serve all of the graphics on the sql server box (or add a new box - they are cheap enough), and just change the graphics paths in the application.cfm to point to the other webserver. Al a1webs.com >The "main box" will hold the static pages, the content management, shop >etc, which are all in .asp and the "old box" will hold the interactive >coldFusion parts, which are to appear as though they are integrated with >the rest of the site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

