Coldfusion Part 2
Once you've completed setting up coldfusion you need to start testing your code. Here's how:Remember
localhost
is the same as
127.0.0.1
In D01, by default this is mapped to
d:\inetpub\wwwroot
So,
you will have a folder in here
d:\inetpub\wwwroot\myfolder
to run a file in it use
localhost\myfolder\filename
or
127.0.0.1\myfolder\filename
0 Comments:
Post a Comment
<< Home