This problem occurs if you use your
_default_ Web site while you are specifying both a unique Fully-Qualified
Domain Name (FDN) and any port other than port 80.
This problem occurs
because of the way that FrontPage names the CNF files that are used when you
open FrontPage-enabled Web sites. For example, virtual hosts may be defined in
your Httpd.conf file similar to the way that they are defined in the following
example:
<VirtualHost _default_:8080>
DocumentRoot /webdocs/public_html
ServerName www.example.com
</VirtualHost>
If you use this example, FrontPage Server Extensions 2002 creates a
file in your /usr/local/frontpage/ folder that is named We8080.cnf. However,
FrontPage Server Extensions 2002 creates a file that is named
www.example.com:8080.cnf instead. Because FrontPage has to find a CNF file with
the correct naming format, an error occurs when you try to open the Web site
with the FrontPage client.