tags:

views:

2447

answers:

4

Hello, is it possible to use xampp (apache 2) with asp (it works with aspx, but i want to use "normal" asp). With kind regard, JSMB

A: 

You mean "Classic ASP"? As far as I know, ASP for windows is only possible with IIS. For linux (apache) it was possible with chillisoft and the like, but it's probably not free, nor available anymore...

Tuxified
+1  A: 

From a slightly dated page:

Do Microsoft Activer Server Pages (ASP) work with XAMPP?

No! And Perl:ASP in the Perl Add-on is not the same! Unfortunately no free implementation for the Apache is available.

Edit: However it may be possible to run mod_proxy on Apache. mod_proxy is a reverse proxy which should allow you to transparently relay requests to IIS. I haven't done this with either Apache or IIS, so I can't advise you here.

Oli
A: 

Thanks, I "solved" this with using quickwebserver. http://www.pablosoftwaresolutions.com/ Now I can use classic ASP with XP home edition (and of course it's not free :-( ;-))

+1  A: 

http://www.scribd.com/doc/17629192/Run-ASP-on-Xampp

faax
That's pretty cool. Does it really work?
Nosredna