Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updated links on www.activevfp.com for AVFP3
Message
 
To
06/04/2005 08:51:51
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
01001361
Message ID:
01001881
Views:
46
Glad to hear some (most?) of it is working for you. The other error below is just with ASP? What version of iis?
>* Updated
>Ok, starting to see how things fit now, the problem is the SET DEFA TO &lcDataPath in main.prg
>I see the other thread on this now...
>
>Changed to SET PATH TO (lcDataPath) and all is working.
>*
>
>Hi Claude,
>
>still having a problem with this release.
>default.asp is throwing an HTTP 500 internal server error, no other message displayed. On investigation seems to be a problem in the server.process() method:
>
>
>IF INLIST(APPLICATION.STARTMODE,2,3,5)  && regular server mode
>	oProp.AppStartPath=JUSTPATH(APPLICATION.SERVERNAME)+"\"
>	oProp.AppName=JUSTSTEM(APPLICATION.SERVERNAME)
>	SET PROCEDURE TO oProp.AppStartPath+'\prg\main'
>ELSE
>
>
>It is running the section above, then further on in the class it is failing on the following line:
>
>lcHTMLout=main()
>
>
>Some kind of pathing issue?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform