up vote 5 down vote favorite
5
share [g+] share [fb]

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?

link|improve this question

53% accept rate
feedback

4 Answers

up vote 4 down vote accepted

Try Cassini.

link|improve this answer
Ah, I had heard about Cassini, but did not know that it was embeddable. Thanks. – Rasmus Faber Jan 20 '09 at 18:48
Cassini link is 404. Try the options listed by Matthew Lock – Jafin Jan 26 '11 at 6:27
Link is fixed now – Joel Coehoorn Jan 26 '11 at 14:23
feedback

Check out Kayak.

link|improve this answer
Does it have any support for SOAP? – Rasmus Faber Oct 20 '10 at 7:09
Sorry, I don't know. You can check whether they have a forum or anything. – Avi Flax Oct 21 '10 at 21:07
feedback

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

link|improve this answer
feedback

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

link|improve this answer
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 6:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.