Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to write isapi dll like asp3.dll or afp.dll?
Message
From
25/10/2003 01:48:12
Lu Ping
Zhuhai Tec Co.
Zhuhai, China
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00840166
Message ID:
00842561
Views:
13
Hi Christof:
Thank you very much!
I use the third type ,isapi instantiate a com server.But I think the asp.net is the same as asp
asp.net deal with aspx ,ascx and so on through "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"
the third way is a best way to make a vfp web tools? or the 4th way?

>Hi,
>
>all VFP web tools do actually use VFP to execute code. There are several ways:
>
>- Use a COM server that is called from an ASP or ASP.NET document. That's the way ActiveVFP works,
>
>- In the ISAPI instantiate a COM server (or multiple with pool management). This is how the FOXISAPI sample, WebConnection, AFP 2.4 and (I think) FoxWeb work and what ASP does internally.
>
>- Run the VFP application separately and use interprocess communcication like a named pipe. This is how AFP 3 works and what ASP.NET does.
>
>- Run the VFP application with a timer. Have the ISAPI extension create a file with the request, and the VFP part a file with the response. This is what WebConnection does when you run the server in the VFP development environment.
>
>--
>Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform