Page 1 of 1

RC9 IIS integration

Posted: Sat Sep 20, 2008 8:21 am
by Atomsk47
Hello I run a server running IIS 6 and I would like to integrate Deluge with IIS does anyone know how to do this or have a link to a guide? Thank you.

Re: RC9 IIS integration

Posted: Sat Sep 20, 2008 9:59 am
by mvoncken
Atomsk47 wrote:Hello I run a server running IIS 6 and I would like to integrate Deluge with IIS does anyone know how to do this or have a link to a guide? Thank you.
The good news : it should be possible.
The bad news : noone has done it before.

webui should be wsgi-compliant.
apache2 wsgi tutorial : http://forum.deluge-torrent.org/viewtop ... sgi#p18985
1st google hit on IIS wsgi : http://code.google.com/p/isapi-wsgi/

You could try to get it to work and post a nice tutorial for the rest of us.