> -----Original Message-----
> From: Arthur Guy [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 21. Juni 2005 16:42
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Windows, Apache and an ASP Module
> 
> 
> Thanks for the reply's, I am trying to run ASP not ASP.NET. The only
> suitable package I found was SUN ASP which as you said was 
> $500, the whole
> idea of moving to Apache was that things would be free.

Well, yes and no. Everything is free that's under GPL but you have a legacy 
codebase which is written in a proprietary language. So you can't expect 
anything that handles that to be free (the fact that there *are* some GPL 
solutions is amazing!). Unfortunately, you find yourself in the trap set by 
commercial software vendors - by choosing (or inheriting) their proprietary 
code you've become locked in to using their products to interpret it. The only 
way to break out is to do what Mark McCulligh did and port the code to some 
open-source alternative (PHP, perl-ASP, perl-CGI, JSP etc.)

> I guess I will have to stick to IIS or as Owen Boyle suggested forward
> requests from apache to IIS.

It depends on what your motivation is for migrating. If it's because you want 
want to take advantage of apache's stabilty and robustness, then using apache 
as a frontend and proxying any ASP requests to an internal IIS server probably 
a good solution. The IIS server will be behind the apache server and so will 
never see the direct requests from the internet and so will be insulated from 
all those IIS exploits. It also won't have to spend time delivering GIFs and 
static content and will be able to concentrate just on the ASPs.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Thanks
> Arthur
> 
> 
> -----Original Message-----
> From: Mark McCulligh [mailto:[EMAIL PROTECTED] 
> Sent: 21 June 2005 14:33
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Windows, Apache and an ASP Module
> 
> The problem with ASP on Apache is that are you talking ASP or ASP.NET?
> 
> The best ASP on Apache is Sun ASP (aka Chilisoft) It will 
> cost $500US. 
> But it works well, I used it for about 2 years when I made 
> the changes 
> from Windows(IIS) to Linux(Apache).   I don't use it now as I slowly 
> converted everything to PHP, But I had no problem when I was using it.
> 
> The problem is that most people are finally upgrading from ASP to 
> ASP.NET while Sun ASP cannot run. ASP.NET has been out I 
> think 5 years 
> now. If you are looking to run .NET on Linux then look at the Mono 
> Project. The project has taken the .NET Framework and ported 
> it over. I 
> don't know if the Mono Project will let you host ASP.NET websites on 
> Linux. (I would think so).  But for your question, I don't 
> know if you 
> can install the Mono Project on Windows to be able to run ASP.NET on 
> Apache. Or maybe install the Microsoft Framwork and link Apache to it 
> through something. My Mono Prject experience is doing some C# 
> internal 
> applcations, not ASP.NET.
> 
> In short, ASP can be done easily with Sun ASP (But cost $500) ASP.NET 
> through Apache on Windows I don't know.
> 
> Mark.
> 
> 
> 
> 
> 
> 'a star solutions' disclaimer
> The information transmitted is intended only for the person 
> or entity to which it is addressed and may contain 
> confidential and/or privileged material. 
> If you are not the intended recipient of this message you are 
> hereby notified that any use, review, retransmission, 
> dissemination, distribution, reproduction or any action taken 
> in reliance upon this message is prohibited.
> If you received this in error, please contact the sender and 
> delete the material from any computer. 
> Any views expressed in this message are those of the 
> individual sender and may not necessarily reflect the views 
> of the company.
> We believe that this communication is free from viruses and 
> other potentially dangerous programmes, but the recipient 
> opens this communication at their own risk. 
> We assume no responsibility for any loss or damage arising 
> from the receipt or use of this communication
> 
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to