If you would like to be an open source ActiveVFP project developer/contributor, manager, or both, for ActiveVFP 4.0, please Email Guidance and ideas for what needs to be done is on the
Issue Tracker page. This project can only
move forward with your support.
ActiveVFP Project - Foxpro on the World Wide Web 
is a completely free and open source project for creating web applications with Visual Foxpro.
It provides an easy-to-use framework for creating multi-threading vfp dlls(vfp mtdlls) in pure fox code that are called from
ASP.NET or ASP.
The goal of this project was to match or surpass the capabilities of commercial vfp web development products
and to take vfp into the future by making it easy to interop with .NET for web applications.
Unlike other VFP web products, ActiveVFP concentrates on producing multi-threaded COM VFP server apps.
While other VFP web products all have a multi-threaded ISAPI client (as does ActiveVFP), only ActiveVFP focuses
on creating multi-threaded VFP web server applications using vfp mtdlls. No simulated multi-threading (using
multiple VFP EXE processes) here. What this means for you is much faster, efficient and scalable vfp web applications
along with far less maintenance headaches and worries about uptime. It also means you take full advantage of
new Dual-Core, Quad-Core or multiple processors in new computers increasingly available now.
All source code is included in the setup.
ActiveVFP Demo pageActiveVFP Documentationhttp://www.activevfp.com (this page)
Background Articleshttp://www.calvinhsia.com/papers/AdvancedVFPServers.mht- Advanced VFP Servers
(alternate site)http://my.advisor.com/articles.nsf/aid/16790- Foxpro Advisor article on ActiveVFP Sept. 2005
http://www.utmag.com/ViewPageIssue.aspx- VFP COM Debugging on 2000 and XP, February 2004 issue (free article)
http://www.west-wind.com/presentations/VfpDotNetInterop/aspcominterop.asp- VFP/.NET Interop
http://www.aspheute.com/english/20000828.asp- Using COM Components in ASP.NET
Notable Quote"You should not have an issue with performance if you use multi-threaded
DLLs. I regularly test Visual FoxPro COM DLLs by simulating 40 clients
pounding the server for days at a time, generating as many as 3 million hits
per day (on a four-proc machine with 2Gb of RAM and striped RAID). If you're
site is generating more hits per day than that, I think other stuff is going
to break down before your COM servers. :-)"
Mike Stewart, Microsoft