Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

VFP MTDLL Project Hook
Claude Fuchs
Good for Web Services, ASP, and ASP.NET. This project hook for VFP automatically unloads the VFP MTDLL from IIS so that the MTDLL is recreated without having to manually Unload the application or Stop/Start the web server. Unloading is much better since it will not affect the whole web server or other web applications that are running. This hook will also work with PWS(by auto stopping).
Created on
21 years ago
Downloads
709
File type
Rating
4.67/5.00
General information
Rating:
4.67/5.00 (3 rates) Rate this item
Description
The key code for Win2k, XP, NT is: DirObj=GetObject("IIS://LocalHost/W3SVC/1/Root/"+JustStem(cOutputName)) DirObj.AppUnload where 'JustStem(cOutputName)' is the name of the virtual directory. *IMPORTANT: assumes Virtual is same name as app. This is an improvement to the example VFP project hook on the Microsoft site which just Stops/Starts the server. Instructions: Just go to project info for your project and add the attached project hook to the project class. Additional info at: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q310901&
Created by
Claude Fuchs
VFP/ASP/ASP.Net/Web/Internet/Web Services/.Net/C++/C#/SQL

Comments
For recompiling and running a vfp mtdll with .NET, you may just want to keep the main code in an external(to the mtdll) fxp/prg and just make calls to it from within the vfp mtdll stub. That way you can easily recompile/replace it without having to stop anything... Claude Fuchs, October 21, 2004

Will work with vfp mtdlls called from ASP.NET for VFP8SP1 and above. Apparently does not work with ASP.NET in VFP7? Claude Fuchs, November 6, 2005

Add a comment
More downloads created from this member
Claude Fuchs
Created with ActiveVFP, this software covers everything you need to create single and multiple question polls and embed in any static or dynamic web page with just a few lines of JavaScript. An interactive web Poll Wizard guides you thru the Poll creation process. Export Poll data to popular forma...
Created on
20 years ago
Downloads
524
File type
Rating
5.00/5.00