|
I am running Foxweb 2.1 on my WIN98 machine using PWS. I have been successful at setting up Foxweb so that I can execute in this manner ... http://localhost/scripts/foxweb.exe/finances/mainmenu.fwx I would like to operate with script mapping instead. I went into the registry and found a script map entry (as per the foxweb documentation) that looked like this ... .fwx c:\inetpub\scripts\foxweb.dll,1,PUT,DELETE I changed it to this ... .fwx c:\inetpub\scripts\foxweb.dll,1,GET,HEAD,POST Rebooted and tried to execute this .... http://localhost/finances/mainmenu.fwx but it didn't work. Missing something ? |