There exists 3rd party ASGI handler for IIS:
https://github.com/mjkillough/iis-asgi-handler/

It also requires at least IIS 8 and websocket protocol installed. More
details at
https://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-support

Note, you need to build that handler yourself, which then requires another
set of tools, visual studio 2015 and CMake 2.8+

Also note that there is not much of installation instructions or how to
build package that you can just install to your server without installing
all the development tools there.

I really suggest that you try to find some *nix platform to run required
parts, it's just plain simpler and more documented than IIS.

On Wed, Jan 25, 2017 at 7:25 PM, Andrew Godwin <and...@aeracode.org> wrote:

> Hi,
>
> I am afraid I don't have experience using IIS - I don't know if it even
> supports HTTP/1.1 proxying, which is needed for WebSockets. Hopefully
> someone else can help.
>
> Andrew
>
> On Wed, Jan 25, 2017 at 6:35 AM, Алексей Кузуб <ronixx...@gmail.com>
> wrote:
>
>> I have a project in Django and i want to use django channels for support
>> websockets in my project, but i have a problem with IIS configuration.
>> Could somebody helps me with configuration daphne in IIS or configuration
>> IIS to support channels and daphne. Has somebody any expierence in it? And
>> maybe somebody knows some ways to deploy django+channels on IIS with or
>> without daphne?
>> Sorry for my bad english.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/9364bca2-2a03-4ae7-b93b-ff105ff34d31%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/9364bca2-2a03-4ae7-b93b-ff105ff34d31%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAFwN1urM2A4HBhPzbG4_Tgs_DKzab39-Pz_jzWa981AGfC0cYg%
> 40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAFwN1urM2A4HBhPzbG4_Tgs_DKzab39-Pz_jzWa981AGfC0cYg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jani Tiainen

- Well planned is half done, and a half done has been sufficient before...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHn91oezUU2V9dS_XCe%2BjsuozYt3RsOOvCtqW_Be_Z2hyiocpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to