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 co开发者_运维百科py 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.
You could use IIS Express which is a lightweight free version of IIS.
精彩评论