开发者

Is there anything like webrick for ASP.NET?

开发者 https://www.devze.com 2023-01-28 13:06 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消