macos 如何在 Mac OS X 上本地测试 ASP 页面?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2247032/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do I test ASP pages locally on Mac OS X?
提问by conordarcy
Is it possible to test ASP websites locally on a Mac?
是否可以在 Mac 上本地测试 ASP 网站?
回答by Joel Martinez
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.
你总是可以运行 VirtualBox 之类的东西,然后直接在你的 mac 上运行一个 windows 实例。然后,您可以在必要时在 Windows 上进行开发/测试。
回答by Kev
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.
对于经典的 ASP,有一个名为 ChiliSoft ASP 的产品,它允许您在 Unix 服务器上运行 ASP 脚本。不幸的是,Sun 购买了该产品,现在“生命周期终结”了。
You could use Monoto test and run ASP.NET pages.
您可以使用Mono来测试和运行 ASP.NET 页面。