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.
What are the steps to fix?
Edit-----
OK - I figured this out.
I was using the wrong version of PyISAPIe. I was using version 2.5 and I had needed version 2.6 to match the version of Python I was using. Hopefully this might help anyone else who is having a similar issue!
Thanks guys for your comments below!