Return-Path: Delivered-To: apmail-httpd-cli-users-archive@www.apache.org Received: (qmail 39444 invoked from network); 31 Mar 2005 17:15:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2005 17:15:16 -0000 Received: (qmail 4664 invoked by uid 500); 31 Mar 2005 17:15:16 -0000 Delivered-To: apmail-httpd-cli-users-archive@httpd.apache.org Received: (qmail 4617 invoked by uid 500); 31 Mar 2005 17:15:15 -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 4603 invoked by uid 99); 31 Mar 2005 17:15:15 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=HTML_60_70,HTML_MESSAGE,HTML_TAG_EXIST_TBODY X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from sccrmhc14.comcast.net (HELO sccrmhc14.comcast.net) (204.127.202.59) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 31 Mar 2005 09:15:14 -0800 Received: from jsharkeddie (pcp08027357pcs.pimaco01.az.comcast.net[69.139.212.205]) by comcast.net (sccrmhc14) with SMTP id <2005033117151001400ds36ee>; Thu, 31 Mar 2005 17:15:10 +0000 Message-ID: <000a01c53615$330ed3b0$6800a8c0@jsharkeddie> From: "Eddie Kukiela" To: References: Date: Thu, 31 Mar 2005 10:15:11 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C535DA.86280700" 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 ------=_NextPart_000_0007_01C535DA.86280700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Thanks. Here is the source code: <%@ Page Language=3D"VBScript" Debug=3D"true" %> Dim Connection Connection =3D Server.CreateObject("ADODB.Connection") Connection.Open("DSN=3Dmaster") If Connection.Errors.Count =3D 0 Then Response.Write("Connected to DB okay") End If %> It connects to a database, and if okay, it prints that message. It is = just to test connection to a DB, because I am trying to write a = database-enabled application. Thanks again, Eddie ----- Original Message -----=20 From: Mei.Snyder@ianywhere.com=20 To: cli-users@httpd.apache.org=20 Cc: cli-users@httpd.apache.org=20 Sent: Thursday, March 31, 2005 7:11 AM Subject: Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does not parse = ASP.NET pages (configured) I tried your configuration with my application and it works all right. = Maybe something wrong with the .aspx file? If you want, I can try that = on my machine.=20 --Mei=20 "Eddie Kukiela" =20 03/30/2005 03:16 PM Please respond to cli-users@httpd.apache.org=20 To =20 cc =20 Subject Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does = not parse ASP.NET pages (configured)=20 =20 =20 Hi,=20 =20 I am sorry I didn't provide this before. Here is the stuff I added:=20 =20 AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \ licx rem resources resx soap vb vbproj vsdisco = webinfo=20 =20 =20 =20 AspNetMount /scripts "C:/Program Files/Apache = Group/Apache2/htdocs/scripts" Alias /scripts "C:/Program Files/Apache = Group/Apache2/htdocs/scripts" Options FollowSymlinks ExecCGI Order allow,deny Allow from all DirectoryIndex Default.htm Default.aspx AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \ = "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" Options FollowSymlinks Order allow,deny Allow from all =20 =20 =20 The alias works fine, it's just the page parsing that doesn't want to = seem to work.=20 =20 Thanks! Eddie=20 ----- Original Message -----=20 From: Mei.Snyder@ianywhere.com=20 To: cli-users@httpd.apache.org=20 Sent: Wednesday, March 30, 2005 6:43 AM=20 Subject: Re: [cli-users] mod_aspdotnet + Apache 2.0 - Does not parse = ASP.NET pages (configured)=20 Maybe you can show us the stuff you have added to the conf file. I = wonder if you have added the handler for the .aspx.=20 --Mei=20 "Eddie Kukiela" =20 03/30/2005 01:01 AM=20 Please respond to cli-users@httpd.apache.org=20 =20 To =20 cc =20 Subject [cli-users] mod_aspdotnet + Apache 2.0 - Does not = parse ASP.NET pages (configured)=20 =20 =20 Hello all,=20 =20 I have mod_aspdotnet installed with the latest version of Apache 2.0 = (as of March 29, 2005), and it does not want to work. I have configured = my httpd.conf with the things in the documentation (online), and = restarted the server. I was getting a "403 Forbidden" error, and now it = is just giving me the source code of the page. Does anyone have any = suggestions on what I could do? Any help would be appreciated.=20 =20 My operating system is Windows XP Professional SP1, and I am running = Apache and MS SQL Server 2000. This is a private server, only accessible = from the network. If you need more information than I have given, feel = free to ask. I am also running .NET Framework 1.1 (I have Visual Studio = .NET 2003 installed, which includes this version).=20 =20 Thank you,=20 Eddie K.=20 ------=_NextPart_000_0007_01C535DA.86280700 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
Thanks. Here is the source = code:
 
<%@ Page Language=3D"VBScript" = Debug=3D"true"=20 %>
Dim Connection
 
Connection =3D=20 Server.CreateObject("ADODB.Connection")
Connection.Open("DSN=3Dmaster"= )
 
If Connection.Errors.Count =3D 0=20 Then
    Response.Write("Connected to DB okay")
End = If
%>
 
It connects to a database, and if okay, = it prints=20 that message. It is just to test connection to a DB, because I am trying = to=20 write a database-enabled application.
 
Thanks again,
Eddie
 
----- Original Message -----
From:=20 Mei.Snyder@ianywhere.com =
Sent: Thursday, March 31, 2005 = 7:11=20 AM
Subject: Re: [cli-users] = mod_aspdotnet +=20 Apache 2.0 - Does not parse ASP.NET pages (configured)


I tried your = configuration=20 with my application and it works all right.  Maybe something = wrong with=20 the .aspx file?  If you want, I can try that on my = machine.=20

--Mei



"Eddie = Kukiela" <eddie@noveltyneckties.com&g= t;=20

03/30/2005 03:16 PM=20
Please respond=20 to
cli-users@httpd.apache.org=

To
<cli-users@httpd.apache.org= >=20
cc
Subject
Re: = [cli-users]=20 mod_aspdotnet + Apache 2.0 - Does not parse ASP.NET pages=20 (configured)

=




Hi,
 
I=20 am sorry I didn't provide this before. Here is the stuff I = added:=20
 
AddHandler asp.net=20 asax ascx ashx asmx aspx axd config cs csproj \
    =    =20           licx rem resources resx soap vb = vbproj=20 vsdisco webinfo

 
<IfModule mod_aspdotnet.cpp>
 
    = AspNetMount=20 /scripts "C:/Program Files/Apache = Group/Apache2/htdocs/scripts"
 =20  Alias /scripts "C:/Program Files/Apache=20 Group/Apache2/htdocs/scripts"
   <Directory = "C:/Program=20 Files/Apache Group/Apache2/htdocs/scripts">
      =  Options FollowSymlinks ExecCGI
      =  Order=20 allow,deny
       Allow from all
  =  =20    DirectoryIndex Default.htm Default.aspx
 =20  </Directory>
   AliasMatch=20 /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \
  =  =20    =20 =  "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4= "
 =20  <Directory \
       =20 =  "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
&= nbsp;=20      Options FollowSymlinks
      =  Order=20 allow,deny
       Allow from all
 =20  </Directory>

  =
</IfModule>
The=20 alias works fine, it's just the page parsing that doesn't want to seem = to=20 work.
 
Thanks!
Eddie

----- Original = Message -----=20
From: Mei.Snyder@ianywhere.com=20
To: cli-users@httpd.apache.org=20
Sent: Wednesday, March 30, 2005 6:43 = AM=20
Subject: Re: [cli-users] mod_aspdotnet + = Apache 2.0 -=20 Does not parse ASP.NET pages (configured)


Maybe you can show us the stuff you have added to the = conf file.=20  I wonder if you have added the handler for the = .aspx.


--Mei
=20


"Eddie = Kukiela"=20 <eddie@noveltyneckties.com>

03/30/2005 01:01 = AM=20
<= /TABLE>

Please respond=20 to
cli-users@httpd.apache.org

To
<cli-users@httpd.apache.org> =
cc
Subject
[cli-users]=20 mod_aspdotnet + Apache 2.0 - Does not parse ASP.NET pages=20 (configured)







Hello = all,

 
I have = mod_aspdotnet=20 installed with the latest version of Apache 2.0 (as of March 29, = 2005), and it=20 does not want to work. I have configured my httpd.conf with the things = in the=20 documentation (online), and restarted the server. I was getting a "403 = Forbidden" error, and now it is just giving me the source code of the = page.=20 Does anyone have any suggestions on what I could do? Any help would be = appreciated.

 

My operating system is Windows XP Professional SP1, and I = am=20 running Apache and MS SQL Server 2000. This is a private server, only=20 accessible from the network. If you need more information than I have = given,=20 feel free to ask. I am also running .NET Framework 1.1 (I have Visual = Studio=20 .NET 2003 installed, which includes this version).
=20
 

Thank = you,
=20
Eddie K.
=20
------=_NextPart_000_0007_01C535DA.86280700--