問題描述
有沒有像 ASP.NET 的 webrick 之類的東西? (Is there anything like webrick for ASP.NET?)
This might seem a really bizarre question, but just go with me for a second.
When you install rails, you have to opportunity to test your development on webrick, a very simple web server (or you can use mongrel if you have the gem installed).
I know when developing ASP.NET you can use the built-in server that comes with Visual Studio, but I wondered if there was something you could have if you didn't have a copy of visual studio or didn't know how to configure IIS but still wanted to run an ASP.NET web application, say on your home PC or laptop.
As I said, a bizarre question, but I just thought I'd ask.
參考解法
方法 1:
You could use IIS Express which is a lightweight free version of IIS.
(by Piers Karsenbarg、Darin Dimitrov)