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.

Using Apache::ASP on windows

2003-01-15 Thread PhilNadavallil
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. All the processing and

Re: IIS/ASP sourcecode

2003-01-15 Thread Josh Chamas
evdgun wrote: I want to use the sites and pages I developped for IIS/ASP on apache::ASP. Is that possible? In the samples on http://www.apache- asp.org/ I only see perlscripts in ASP brackets. <% %> PerlScript ASP works just fine under Apache::ASP, but VBScript pages do not. Active Server P

Re: IIS:ASP to APACHE:ASP

2003-01-15 Thread Josh Chamas
Csongor Fagyal wrote: > If no, then is there any other way of making ASP compatible with APACHE? If yes, please suggest the same. I do not think so, but let the pros answer this. VBScript ASP can be made compatible with other systems, please see: http://www.apache-asp.org/faq.html#VBScri

Re: IIS:ASP to APACHE:ASP

2003-01-15 Thread Csongor Fagyal
aadluv wrote: Hi, I have developed a web application using IIS/ASP. Can i make the same compatible with APACHE:ASP. Not easily. In general, Apache::ASP and IIS/ASP are not compatible: the first uses Perl, while the other uses VBScript (or something like that :-)) You could convert them, but

IIS:ASP to APACHE:ASP

2003-01-15 Thread aadluv <[EMAIL PROTECTED]>
Hi, I have developed a web application using IIS/ASP. Can i make the same compatible with APACHE:ASP. If yes then can u guide me with the standard steps required to go about with the transition if u have experience or have come across the same scenario. If no, then is there any other way of