Return-Path: Delivered-To: apmail-httpd-cli-users-archive@www.apache.org Received: (qmail 86392 invoked from network); 2 Apr 2005 00:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Apr 2005 00:05:08 -0000 Received: (qmail 73751 invoked by uid 500); 2 Apr 2005 00:05:08 -0000 Delivered-To: apmail-httpd-cli-users-archive@httpd.apache.org Received: (qmail 73739 invoked by uid 500); 2 Apr 2005 00:05:08 -0000 Mailing-List: contact cli-users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: cli-users@httpd.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list cli-users@httpd.apache.org Received: (qmail 73724 invoked by uid 99); 2 Apr 2005 00:05:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (204.127.198.35) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Apr 2005 16:05:06 -0800 Received: from jsharkeddie (pcp08027357pcs.pimaco01.az.comcast.net[69.139.212.205]) by comcast.net (rwcrmhc11) with SMTP id <2005040200050201300dk3hge>; Sat, 2 Apr 2005 00:05:02 +0000 Message-ID: <001801c53717$a1963b40$6500a8c0@jsharkeddie> From: "Eddie Kukiela" To: References: <000a01c53615$330ed3b0$6800a8c0@jsharkeddie> <014e01c53706$e55372f0$c5a5e104@RUFF01> Date: Fri, 1 Apr 2005 17:05:07 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked Subject: Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does not parse ASP.NET pages (configured) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Thanks. I will search for some .NET code. I figured it would be the same, but Visual Basic .NET isn't the same as Visual Basic 6.0. Thanks, Eddie ----- Original Message ----- From: "Jeff White" To: "CLI Users" Sent: Friday, April 01, 2005 3:03 PM Subject: Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does not parse ASP.NET pages (configured) > > From: "Eddie Kukiela" > > > Here is the source code: > > > <%@ Page Language="VBScript" > > Debug="true" %> > > Dim Connection > > > > Connection = Server.CreateObject("ADODB.Connection") > > Connection.Open("DSN=master") > > > If Connection.Errors.Count = 0 Then > > Response.Write("Connected to DB okay") > > End If > > %> > > The above code is ASP not ASP.NET. > > Search the internet for ASP.NET > database examples in VB.NET. > > http://www.vbdotnetheaven.com/ > http://www.vbdotnetheaven.com/Code/May2004/dbexplorer_vb.asp > > Then try again with mod_aspdotnet. > > By the way, Apache can run the above > code but not written like the above ASP > example. > > You need to use CGI and Windows Scripting. > > Learn to Script > http://www.microsoft.com/technet/scriptcenter/learnit.mspx > > Find a Script > http://www.microsoft.com/technet/scriptcenter/findit.mspx > > Jeff > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org > For additional commands, e-mail: cli-users-help@httpd.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: cli-users-unsubscribe@httpd.apache.org For additional commands, e-mail: cli-users-help@httpd.apache.org