Page 1 of 1

XAMPP enable ASP (Apache::ASP)

PostPosted: 12. June 2010 02:27
by cronosmachine
Hi guys,
I'm using XAMPP zip package.
Basically I'm be able to use it without problem, but come to aspx I have problem.
How do I enable Apache::ASP to use aspx in XAMPP ?
What should i do to add this module and make it work in XAMPP?

Thanks for guidance.

Re: XAMPP enable ASP (Apache::ASP)

PostPosted: 12. June 2010 08:39
by Altrea

Re: XAMPP enable ASP (Apache::ASP)

PostPosted: 14. June 2010 15:30
by BigWetDog
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only
to run aspx (i.e. ASP .Net) you need mod_aspdotnet from Sourceforge http://sourceforge.net/projects/mod-aspdotnet/

Re: XAMPP enable ASP (Apache::ASP)

PostPosted: 14. June 2010 22:23
by JonB
/me makes note of that answer...

:idea: