Xampp with asp (not aspx)

Is it possible to use xampp (apache 2) with asp (it works with aspx, but I want to use a "normal" asp). Regards, JSMB

+3
source share
3 answers

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

+2
source

From a slightly outdated page :

Do Microsoft ASP (ASP) server pages work with XAMPP?

Not! And Perl: ASP in Perl Add-on is not the same! Unfortunately, there is no free Apache implementation.

: mod_proxy Apache. mod_proxy - -, IIS. Apache, IIS, .

+1

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

0
source

All Articles