Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
...VFP and ASP and maybe other TLAs
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00747333
Message ID:
00747410
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
George, the XML should be no problem and I think that was answered already. The best way to develop such an ASP VFP component is to include code in the Project Hook that simply 'Unloads' the VFP mtdll when you recompile it. This way it's all transparent to you as you develop your web application. This is a lot better than IISRESET since it's faster and only affects your application. This is also assuming you've created a Virtual Directory for your web app. There's a free generic Project Hook in the downloads that you can use for this. Also worth checking out is the methodology for debugging VFP mtdlls at: http://www.theproblemsolver.nl/aspdevelopmentanddebugging/index.htm
and if you're interested in a framework that already has all of this and more, you might want to check out www.activevfp.com ...
>Hi troops,
>
>I've been banging my head against a wall for long enough. Being "Internet challenged" (I deal mostly with desktop appications), I thought I'd turn to the one place that I could count on to answer something that I haven't been able to figure out. Here's the scenario...
>
>Using IIS 5.0, I've been trying to pass a valid XML string to an ASP page (I told you about the TLAs < g >), as a parameter, to my local machine's ASP page without success. The ASP page, using VBScript, creates an instance of a VFP DLL, which it's supposed to pass the XML string to for processing.
>
>I've inserted output to confirm the status of the operation, and all seems fine. I created a function in the DLL to return a string, and it works perfectly. The parameter seems to have been passed successfully from the indications displayed by the ASP page. However, the MTDLL, otherwise seems to not process the XML string. Any code inserted to display it or its length fails.
>
>The question is: Can you pass an XML string to an ASP and have a VFP DLL process it?
>
>There's a side issue here too. Despite all my attempts to make sure that the object reference gets released, it doesn't. I've got to re-boot to re-build the DLL. Anyone have a clue about this?
>
>tia,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform