Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Decent low-footprint web server? (.net)

Tags:

.net

asp.net

I'm looking for a server which is:

  • Lightweight,
  • Non-buggy, Supports .NET,
  • Runs on client for testing,
  • Runs on Windows


Cassinni is too buggy, IIS is too expensive, Apache is hard to setup, XSP is linux only
Visual Web Developer's is cutting it.

like image 778
The Alpha Nerd Avatar asked Dec 04 '08 20:12

The Alpha Nerd


1 Answers

IIS. That's the only server that supports .Net really well. You can go with Mod_Mono on Apache, but that's probably not going to be as stable as running IIS.

like image 76
Kibbee Avatar answered Sep 21 '22 12:09

Kibbee