Installing Djnajo/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/12
18:22 UTC
Read the original article
Hit count: 191
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 property. 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.
Thank.
© Stack Overflow or respective owner