Is there an open source asp.net server?

I'm currently looking for a lightweight alternative to Microsoft IIS to run a small ASP.NET-based web service.

Ultidev (http://ultidev.com/products/Cassini/index.htm) has a very good and free solution. However, I would prefer an open source project. I searched for a long time, but could not find anything.

Does anyone know a viable solution?

EDIT: thanks to all of you! somehow i missed the MONO solution ...

+5
source share
4 answers

You can try the XSP server, which is built in C #.

http://www.mono-project.com/ASP.NET#ASP.NET_hosting_with_XSP

+4
source

. ( .NET)

+2

I searched Google for "mono asp.net" and I found this .

Mono has an implementation of ASP.NET 2.0, ASP.NET MVC, and ASP.NET AJAX.

...

  • Hosting on Apache servers.
+1
source

The open source ASP.NET server used in my project to host web services, Cassini Web Server .

+1
source

All Articles