Ok, i changed CGI: 'xxx' to CGI: 'sa1" .
Object.extend(FoxInCloud, {
CGI: 'sa1',
// {fr} Extension de scriptmap pour l'application (code de l'application par défaut)
the form behavior is the unchanged i tried CGI: 'sa' since 'sa' is the FAA code. still no change.
i made form2 modal - now form 2 comes up.
Garth
I guess you're running IIS 7 - in this case the error page should bear additional details
In this case I suspect an HTTP filtering issue
If so, in IIS management console, go to IIS root, click 'http filtering', and refer to wconnect documentation to see what should be allowed or not.
HTH,
ThN
Thierry,
Here is where I am right now. My ultimate goal is to document the steps required for developing a FoxInCloud app in more detail than is in your current How-to guide. This will cover IIS configuration in detail and will include a small sample app. I have read the FIC How-to Guide many times. I referred to it again this morning to set up a virtual folder for my sample app. I already have awScripts set up from doing a prior FiC project you helped me with. I also converted my app's virtual folder to an application because I know this must be done, again from prior experience.
Surprisingly, converting my app's virtual folder to an application is not mentioned in the current guide. If there are more steps to configuring IIS, I did not find any - I did all I understood to do. I entered the FIC default screen link (http://localhost/sa/bin/wc.dll?FoxInCloud~Default) in the browser and get error 404.8 (filtering module request).
Garth
A FoxInCloud application installs just like any other wConnect application.
You are in the right place to ask whatever question you need
Make sure you went through all steps described in http://foxincloud.com/PDF/FoxInCloud-How-to-awServerDev-en.pdf
ThN