Installing Django/Python on IIS6

Posted by Sohrab Hejazi on Stack Overflow See other posts from Stack Overflow or by Sohrab Hejazi
Published on 2010-04-12T18:22:10Z Indexed on 2010/04/13 4:02 UTC
Read the original article Hit count: 434

Filed under:
|
|
|
|

We are currently installing the latest version of Django and Python on IIS6. We have followed the instructions on the following site:

http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer

We are receiving a 403 error when trying to access our Django application via the IIS server. We have verified the python installation on IIS6 and it is working properly. We have also verified the Django installation. Our application runs fine under the built-in Django server, but we are having difficulties getting it to run under IIS.

We presume we could be getting errors from "Linking Django to PyISAPIe" section of the instructions provided on the link above.

Thanks.

© Stack Overflow or respective owner

Related posts about django

Related posts about iis6