From owner-freebsd-newbies@FreeBSD.ORG Sun Feb 20 04:16:13 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1272616A4D0 for ; Sun, 20 Feb 2005 04:16:12 +0000 (GMT) Received: from mail.finnovative.net (mail.finnovative.net [204.247.59.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EE8343D55 for ; Sun, 20 Feb 2005 04:16:12 +0000 (GMT) (envelope-from linuxuser@finnovative.net) Received: from [192.168.1.49] ([192.168.55.1]) by mail.finnovative.net over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Sat, 19 Feb 2005 20:16:11 -0800 Message-ID: <42180EA9.8040906@finnovative.net> Date: Sat, 19 Feb 2005 20:14:33 -0800 From: Joaquin Menchaca User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org References: <421577CA.4030009@cwazy.co.uk> <6e01203b05021710198d9a554@mail.gmail.com> In-Reply-To: <6e01203b05021710198d9a554@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Feb 2005 04:16:11.0615 (UTC) FILETIME=[E8FC4EF0:01C51702] Subject: Re: ASP alternatives? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 04:16:13 -0000 Tyler Gee wrote: > I believe there is an asp module for Apache (mod_asp). > > I have never used it and don't really know if it exists but it gives > you somewhere to start searching. > > -wtgee Yes. That is the target open source project your looking for. The starting point is go-mono.org. If they Mac OS X implementation is native, I would imagine this would compile easier, given that Darwin borrows heavily from FreeBSD. Otherwise, the Linux emulation might work as well. For ASP.NET related material chech out the following URL: http://www.mono-project.com/contributing/asp-net.html The mod_mono module can be downloaded in source form at: http://www.go-mono.com/archive/1.0.6/mod_mono-1.0.6.tar.gz Note that mod_mono works with both Apache 1.3 and 2.0. The XSP is a lightweight web server written in C#. Best of Luck. - joaquin