From owner-freebsd-questions@FreeBSD.ORG Wed Jan 4 07:31:13 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A3AD106564A for ; Wed, 4 Jan 2012 07:31:13 +0000 (UTC) (envelope-from juvix88@gmail.com) Received: from mail-qw0-f47.google.com (mail-qw0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 308C38FC13 for ; Wed, 4 Jan 2012 07:31:12 +0000 (UTC) Received: by qadb17 with SMTP id b17so11917673qad.13 for ; Tue, 03 Jan 2012 23:31:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=xde9X4Yc6t/ihnA5A9W73juQ2rX++aniF8Mp2XTPvZc=; b=kukaLjfBsm0fSararmTN/nERrevZ9O5Gi0GfF0PkpsitAoG++HrtCh5R2S4uUqXauN FwvPyGkd6ubU7oMjXtETI7Wufrn2Jpyg2nRPTWr55cfrriORa9BuKFzYZFgCFLe+8539 KauWFoQUZBey7mugwKFDSmwtH8351n9FURM08= Received: by 10.224.18.83 with SMTP id v19mr10842979qaa.60.1325662272473; Tue, 03 Jan 2012 23:31:12 -0800 (PST) Received: from [192.168.0.199] (ool-18ba4338.dyn.optonline.net. [24.186.67.56]) by mx.google.com with ESMTPS id dx7sm85856548qab.3.2012.01.03.23.31.11 (version=SSLv3 cipher=OTHER); Tue, 03 Jan 2012 23:31:11 -0800 (PST) Message-ID: <4F040043.6000902@gmail.com> Date: Wed, 04 Jan 2012 02:31:15 -0500 From: Jonathan Vomacka User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ASP running on FreeBSD via Apache/NGINX/Lighttpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 07:31:13 -0000 Good morning all, I currently have a website that was written in ASP back in 1999. The system is currently running Windows 2003 Server with MsSQL. Before everyone flames me for being in the wrong place, I was wondering if there is a way to allow freebsd to run old ASP code? I know years ago this wasn't possible without a program like ChiliASP, but now I heard rumor that apache might have a plugin to allow it to read ASP. I am unsure if there is an apache solution, or other solution like nginx/lighttpd that runs ASP. Any information you guys could provide would be great. I do appreciate your help in advance PS. I will need to convert the mssql data to mysql, is there any good program that will convert this? I understand that this question is probably inappropriate for this e-mail thread but maybe someone could shoot me a quick suggestion.