views:

318

answers:

2

Is it possible to test ASP websites locally on a Mac?

+2  A: 

For classic ASP there was a product called ChiliSoft ASP which allowed you to run ASP scripts on Unix servers. Unfortunately Sun bought the product and have now 'End of Lifed' it.

You could use Mono to test and run ASP.NET pages.

Kev
+3  A: 

You could always run something like VirtualBox, and just run an instance of windows right on your mac. Then you can just develop/test on windows when nescessary.

Joel Martinez