Debugging a FoxPro COM Object under ASP.NET
Posted by: Rick Strahls WebLog,
on 15 Oct 2007 |
View original | Bookmarked: 0 time(s)
Some time ago I posted some code that you could use with ASP.NET to debug COM objects somewhat interactively in Visual FoxPro. The old approach used an old trick to instantiate VisualFoxPro.Application from within IIS and then actually launching code to instantiate an object created inside of VFP and passing this object back to the ASP.NET application. At the time this worked under ASP.NET 1.1, but it turns out under IIS 7 and ASP.NET 2.0 this approach runs into some problems due to some security...