aw class is now accesable after removing AB folder from Windows 7 VirtualStore.
IIS is good working for sample app on my laptop.
My sample app works fine in VFP IDE, but it is not yet working in browser.
app specifics are:
form1.load method:
SET PATH TO "programs,forms,reports,images,data" ADDITIVE
IF NOT USED("users")
USE users IN 0
ENDIF
problems needing addressed:
1. grid is not populated with users table.
2. show message button does not show message "Hello FoxInCloud User". after running FAA,
MESSAGEBOX("Hello FoxInCloud User",64,"Notify") is still unconverted. ???
3. when clicking on "Child Form" button, child form 2 shows up in VFP IDE but not in browser.
4. exit button does exit app but displays error in browser.
screen shots sent by private email.
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