Page 1 of 1

.asp in xampp

PostPosted: 27. May 2010 11:34
by alattal
i just upgraded to xampp 1.7.3
and i see that you already added the asp with your apache . right ?
Image
but no asp file working for me ! it show me a blank page !
simple asp code :
Code: Select all
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>

so, how to add the support for .asp files in xampp ?

.

Re: .asp in xampp

PostPosted: 27. May 2010 11:59
by Nobbie
alattal wrote:and i see that you already added the asp with your apache . right ?


No, wrong.

alattal wrote:so, how to add the support for .asp files in xampp ?


There is no support for *.asp files

See http://www.apache-asp.org/ for the meaning of APACHE::ASP:

APACHE::ASP

INTRO

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only

Re: .asp in xampp

PostPosted: 27. May 2010 12:19
by alattal
so, how to add the support for .asp files in xampp ?

Re: .asp in xampp

PostPosted: 27. May 2010 12:26
by Altrea
There was an Apache mod for ASP.NET

mod-aspdotnet@sourceforge

But as you see, the last release was in August 2007

Re: .asp in xampp

PostPosted: 27. May 2010 12:30
by alattal
so, can i use it with xampp 1.7.3 ?

Re: .asp in xampp

PostPosted: 27. May 2010 13:07
by Altrea
I don't know this module.

For ASP you should use IIS, if you ask me.

Re: .asp in xampp

PostPosted: 27. May 2010 13:25
by Nobbie
alattal wrote:so, how to add the support for .asp files in xampp ?


Still, you cannot. There is no ASP interpreter for Apache.