Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded (ASP.NET) web server [closed]

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?

like image 768
Rasmus Faber Avatar asked Jan 20 '09 18:01

Rasmus Faber


People also ask

Can asp net run without server?

However, it will not allow user to debug, even if you are running it in debug mode. Yes, we can run Asp.Net application without using Web.

What is Usekestrel?

Kestrel is a cross-platform web server for ASP.NET Core based on libuv, a cross-platform asynchronous I/O library. Kestrel is the web server that is included by default in ASP.NET Core project templates. You can use Kestrel by itself or with a reverse proxy server, such as IIS, Nginx, or Apache.

What server does ASP Net use?

ASP.NET Core ships with Kestrel server, which is the default, cross-platform HTTP server. ASP.NET Core ships with Kestrel server, which is the default, cross-platform HTTP server.

On which of the following web Servrs are ASP NET websites hosted?

ASP.NET can run on both Windows servers and Linux servers.


1 Answers

You can try the Cassini Web Server.


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

like image 111
Joel Coehoorn Avatar answered Sep 22 '22 17:09

Joel Coehoorn