11

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?

Rasmus Faber
  • 48,631
  • 24
  • 141
  • 189

3 Answers3

8

You can try the Cassini Web Server.


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

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
5

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

TWA
  • 12,756
  • 13
  • 56
  • 92
2

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

PatrickSteele
  • 14,489
  • 2
  • 51
  • 54
Matthew Lock
  • 13,144
  • 12
  • 92
  • 130
  • 1
    Could not find any information that suggests IIS Express was embeddable. Out of this list CassiniDev looks the most promising and up to date. – Jafin Jan 26 '11 at 06:26