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:
00747386
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
Hi George,
First off, the easy one. If Win2K, you can call IISRESET. There are a number of parameters it accepts. Type IISRESET /? at the Cmd prompt to see. Erik Moore used to put this in a projecthook in the BeforeBuild/AfterBuild to stop and then restart IIS.

Next, how are you passing the XML string? Via an embedded field or as part of the URL (e.g. ?XMLString=< blah >. You can't display anything from a DLL so I am guessing you are using something like STRTOFILE() to get debug information. And that isn't showing anything being passed at all?

>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,
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform