Running Django Python on IIS 6
- by nickcartwright
Hiya,
I'm having trouble running Django on IIS 6 and was hoping someone could help!
I've followed this guide exactly a number of times: http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer
However, when I try and view my site I always get the same message:
"The specified module could not be found."
Has anyone else had this problem? Does any one know the steps to fix?
Thanks!