is there an open source asp.net server? [closed]
开发者_Go百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI'm currently looking for a lightweight alternative to Microsoft's IIS to run a small ASP.NET-based webservice.
Ultidev (http://ultidev.com/products/Cassini/index.htm) have a very good - and free - solution. However, I would prefer an open source project. I have searched for a long time, but was not able to find anything.
Does anybody know a viable solution?
EDIT: thanks to all of you! somehow I have missed MONO's solution...
You can try XSP server which is build in C#.
http://www.mono-project.com/ASP.NET#ASP.NET_hosting_with_XSP
This maybe of help to you. (open source solution for hosting .NET applications)
Mono Project
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.
An open source ASP.NET server used in my project to host web services is Cassini Web Server.
精彩评论