Date:  12/05/2002 06:12:59 PM Msg ID:  001076
From:  FoxWeb Support Thread:  001060
Subject:  Re: Can\'t get a simple script to run
Before trying to create your own scripts, you must make sure that FoxWeb and your Web server are installed and configured properly to work with each other.  Normally the FoxWeb setup program does this configuration for you, but it seems that something went wrong.  You should start by uninstalling and re-installing FoxWeb and following the instrucations in the readme file to verify that the installation is correct.
 
You can also try to perform this configuration manually.  The page Configuring your Web Server contains detailed instructions on how to configure your Web server to work with FoxWeb.

FoxWeb Support Team
support@foxweb.com email

Sent by Duro Musa on 12/05/2002 01:12:38 PM:

I have not been able to run the Contact Mine sample application by using
the instructions in the readme file?
 
IN INTERNET EXPLORER I TYPED IN THE ADDRESS
http://localhost/sample1.fwx
upon running it, here is the error that I got. "The page cannot be found ?"

I am running Windows NT. with personal web server and IIS SERVER

BELOW ARE MY CONFIGURATION SETTINGS:
C:\program files\FoxWeb\Programs\sample1.fwx
fOXWEB CONTROL CENTER
VIRTUAL SERVERS: Server Name=localhost IP-Address=127.0.0.1
Default program root= C:\Program Files\FoxWeb\Programs
Program Root:[default]

C:\program files\FoxWeb\Programs\sample1.fwx
<HTML>
<BODY>
This page was served on <%=DATETIME()%>.
</BODY>
</HTML>
Sent by FoxWeb Support on 12/05/2002 12:09:19 PM:
FoxWeb scripts must be located in the FoxWeb Program Root and its subdirectories.  Have you been able to run the Contact Mine sample application by using the instructions in the readme file?  If yes, then your system is set up properly.  In this case, all you need to do is move your script to the correct location and use the appropriate URL.  For details on this subject please refer to the Locating and Addressing Scripts chapter of the FoxWeb documentation.

FoxWeb Support Team
support@foxweb.com email

Sent by Duro Musa on 12/05/2002 11:59:56 AM:
Help; I HAVE just downloaded foxweb; and I can't get a simple1.fwx shown below to run correctly: It is only showing "This page was served on"  .  I am using personal web server; I have this file save in my c:inetpub\wwwroot directory.  Please, help
 
<HTML>
<BODY>
This page was served on <%=DATETIME()%>.
</BODY>
</HTML>