Date:  10/08/2003 11:07:40 AM Msg ID:  001662
From:  FoxWeb Support Thread:  001656
Subject:  Re: Problem
It appears that FoxWeb cannot find the script contact.fwx in the ContactMine2 folder.  Please note that virtual directories in your Web server configuration are not used by FoxWeb.  What matters is the FoxWeb program root and the folder specified in the URL.  Consider the following example:
 
FoxWeb Program Root: c:\Program Files\FoxWeb\Programs
(The FoxWeb Program Root can be configured in the Virtual Servers page of the FoxWeb Control Center)
URL: http://www.servername.com/ContactMine2/contact.fwx
 
In this case FoxWeb will look for a file called contact.fwx, contact.prg, or contact.fxp (in this order) in the folder c:\Program Files\FoxWeb\Programs\ContactMine2.  If it finds contact.fwx, or contact.prg, it will try to compile them into contact.fxp and then execute the script.  Note that FoxWeb can only automatically compile scripts if the Use Run-Time DLL option is disabled in the FoxWeb configuration -- otherwise, you will need to compile your scripts manually with FWXCompile.
 
For details on file locations and URL construction, please refer to the Locating and Addressing Scripts page in the FoxWeb documentation.
 

FoxWeb Support Team
support@foxweb.com email

Sent by Jose Villa on 10/07/2003 09:17:54 AM:
Hi, i have installed foxweb, configured the IIS on Windows xp, i see demostration page, i have created a virtual directory on web site, called Contactmine2, mapping to the foxweb sample programs, when i try to call the next url, a error ocurrs:
There was an error during the interpretation of your request.

Error #:      1
Message: File 'contact.prg' does not exist.
Program: procedure www_run www_read.fxp
Line #: 260
Line: DO &FW_CommandLine

 

i hope you can help me