Date:  03/31/2014 01:42:43 PM Msg ID:  004677
From:  FoxWeb Support Thread:  004676
Subject:  Re: Windows 2008 32bit and IIS .prg setup
Has this been resolved? Please give an example URL (you can obfuscate the server name if you want).
 
If the URL you are trying to use references foxweb.exe or foxweb.dll, then you will need to set up a CGI virtual directory. 
 
At the same time, if you followed our recommended practices in how you reference other scripts on the server, then you can simply use the .fwx extension -- even in cases where you are linking to a prg file.  Here's an example:
 
The link below points to text.fwx (or test.prg) in the "SomeFolder" sub-folder of your FoxWeb program root.
 
<a href="/SomeFolder/test.fwx">Link</a>
 
The link below points to text.fwx (or test.prg) in the same folder as the script that served it.
 
<a href="test.fwx">Link</a>
FoxWeb Support Team
support@foxweb.com email
Sent by Michael Martin on 03/20/2014 02:37:30 PM:
 I am upgrading from 64 bit XP and Apache, which works, to 2008 32 bit server and IIS.

The .fwx files run fine if I use the extension, but without the extension or if there is no .fwx file I get a 404 error.


The .prg files are set to open in Foxpro. I also need to know how to get them to work.