Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there an open source asp.net server? [closed]

I'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...

like image 370
lenniep Avatar asked May 12 '11 08:05

lenniep


People also ask

Is ASP.NET closed source?

ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with . NET. ASP.NET is cross platform and runs on Linux, Windows, macOS, and Docker.

Is ASP.NET still relevant 2022?

NET 6, ASP.NET is quite relevant in 2022. By leveraging this unified platform, enterprises can invest in a host of digital technologies such as cloud-based app development, mobile app development, IoT-enabled application development, dynamic web development and many more.

Is .NET open-source now?

. NET is a free, cross-platform, open source developer platform for building many different types of applications. With . NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more.

Does ASP.NET still exist?

The main difference is that ASP.NET Core is cross-platform which means it can run on macOS, Linux, and Docker as well as of course Windows. While ASP.NET is still supported and updated by Microsoft, most of their focus going forward will be to develop the new . NET Core platform.


3 Answers

You can try XSP server which is build in C#.

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

like image 61
Ankur Avatar answered Sep 28 '22 01:09

Ankur


This maybe of help to you. (open source solution for hosting .NET applications)

Mono Project

like image 24
HCP Avatar answered Sep 27 '22 23:09

HCP


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.
like image 20
ta.speot.is Avatar answered Sep 28 '22 00:09

ta.speot.is