cmmaso wrote:
> And isn't IIS supposed to be one of my webserver
options?
Yes, many of us use it all the time.
> During the install, it didn't
> list IIS as one of my web server options, so I ended up
using the port 8500
> webserver built into CF8.
Was IIS running at the time of installation?
> Which is fine, but it's kind of a pain having to
> type "localhost:8500"
Somewhere, somehow you can change what port the built-in
ColdFusion
webserver listens to, but this will of course clash with IIS
if it is
also trying to use the same port 80 (The default web server
port).
If you want ColdFusion to run from IIS websites, you need to
run the web
server (wsconfig) tool to connect a single or all IIS
websites to a
ColdFusion server.
http://livedocs.adobe.com/coldfusion/8/htmldocs/webservmgmt_5.html#102669