Just saw this on Miguel's blog and thought it was pretty cool.
http://tirania.org/blog/archive/2007/Oct-30.htmlThe xsp stand-alone server always seemed like a stop gap solution for running ASP.NET applications on Linux since it required you to run two web servers and proxy requests for any sort of meaningful website.
With FastCGI support, you can run it with just about any web server (lighttpd, nginx, Apache sans mod_mono)
You can even (in theory) run Mono on IIS now.
