Embedded (ASP.NET) web server [closed]

倾然丶 夕夏残阳落幕 提交于 2019-11-29 07:53:10

问题


I am looking for a light-web embeddable web server for .NET.

I need it to fake a SOAP web-service for automated testing, so it is a big plus if it supports ASP.NET web-services or another easy way to create SOAP web-services. Extra bonus points for quick startup and shutdown and multiple simultaneous instances on different ports.

A Google search turns up aspnetserve, www-Sharp.Runtime and Neokernel Web Server. Do anyone have any experience with those or other solutions?


回答1:


You can try the Cassini Web Server.


Edit
And now 6 1/2 years later, I'd recommend IIS Express instead.




回答2:


Check out the XSP web server that is bundled with mono.




回答3:


Some others I recently came across that can host ASP.NET

  • IIS Express
  • UltiDev Cassini
  • Abyss Web Server
  • CassiniDev


来源:https://stackoverflow.com/questions/462444/embedded-asp-net-web-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!