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

link|improve this question
ASP, or ASP.NET? – John Saunders Feb 11 '10 at 19:15
ASP Classic mostly. .NET on occasion. I'm new to Macs – conordarcy Feb 11 '10 at 19:17
feedback

2 Answers

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.