You should have your ColdFusion files in a directory that is accessible by IIS (either in the root [which I don't think is recommended] or via a virtual directory [configurable in IIS]).
So if you go the virt dir route, you would create a virtual directory to, for example, D:\web\sample and call the virtual directory "sample". You can create a CFM file (like your index.cfm) in that folder. Then open up your web browser and point it to .... http://localhost/sample/index.cfm IIS will know to parse your page with the CF "engine" and it will output the results to your screen. If you're on Apache, and not IIS, it is going to be different, but probably not overly so. On 5/30/07, pranav bhatt <[EMAIL PROTECTED]> wrote: > Hello, > I am starting up with coldfusion,so very new to it. I have installed > Coldfusion > trial version from Adobe site. I have Coldfusion programe to test out the > things > how it can run to my machine. > I have tried to open file with my browser that is index.cfm and another is > aplication.cfc but nothing happened. > How can i run the coldfusion file to my machine ? what other installations do > i > need ? do i have to install apache server to run coldfusion file ? > > Even as i have installed , Coldfusion trial adition of adobe, and i just tried > to run it from programme files, i don't see any programme within it where i > can > run coldfusion file, so i have opened it with macromedia dreamwever and tried. > Pls help me with the basic start problem. > I am expert with php and .net so, can understand technical aspects well.. so, > pls reply. > Thanx, > Pranav. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279769 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

