Re: [Web-SIG] Implementing WSGI server as ASP.NET handler

2006-03-30 Thread Robert Brewer
Sanghyeon Seo wrote: > Hello, I got a proof-of-concept WSGI server as ASP.NET handler > working, using IronPython. > > My development environment is Debian GNU/Linux with latest Mono and > XSP, and IronPython 1.0 Beta 4 with patches. > > All the relevant codes are here. I will write a nice HOWTO

[Web-SIG] Implementing WSGI server as ASP.NET handler

2006-03-29 Thread Sanghyeon Seo
Hello, I got a proof-of-concept WSGI server as ASP.NET handler working, using IronPython. My development environment is Debian GNU/Linux with latest Mono and XSP, and IronPython 1.0 Beta 4 with patches. All the relevant codes are here. I will write a nice HOWTO when I got some more time. http://s