Re: Using Apache::ASP on windows

2003-01-15 Thread PhilNadavallil
Josh Chamas <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> Team, >> >> My story with Apache::ASP >> >> I had created an application (consisting of serveral dlls written in VB). I had >naturally been forced to use IIS which lets you call DLLs from ASP. >> >> All I had in the ASP file w

Re: Using Apache::ASP on windows

2003-01-15 Thread Josh Chamas
[EMAIL PROTECTED] wrote: Team, My story with Apache::ASP I had created an application (consisting of serveral dlls written in VB). I had naturally been forced to use IIS which lets you call DLLs from ASP. All I had in the ASP file was a Server.CreateObject("Class.clsClass") which returned HTML.