1/ add in xxServer.prg!xxxProcess:
PROCEDURE myDefaultFormreturnthis.wFormStandardPage('myDefaultForm.scx')externalform myDefaultForm
2/ Make sure myDefaultForm.scx.wAnonymousAllowed = .T.
3/ In IIS console, select 'HTTP redirections' and redirect 'index.htm' to '/xxxTest/myDefaultForm.xxx'
The second problem has been solved.
Now the problem is that i don't remember where i have to set the name of the main form, that i have to run for first when the app is run....At the moment when i run the app in my browser i can see the name of some form's classes and i don't see the main form i have in the project...
I have created a new project and i have published it with FAA.....WHen i start the app and i call it from my browser i can see this page:
![]()
where i can see all classes of "form" in my project except the only one i want to show. The form Main that is the first form called from my main.prg.....
Then if i select one of the shown forms i have this error:
![]()
What has gone wrong in publishing operations.....
-- thn (FoxInCloud)