views:

115

answers:

0

I'm following the official documentation to run Django on IIS 5.1.

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

I get PyISAPIe installed successfully, so that the Info.py file loads, but when I try to set-up the test app the URL loads in my browser stating "Directory Listing Denied."

I suspect I'm missing something in the "Linking Django to PyISAPIe" or "Serving Django with IIS" steps, but there's nothing in the documents to point me in the correct directions. And multiple Google searches have turned up nothing.

Has anyone that has successfully set-up Django on IIS 5.1 have any tips?

Is there an undocumented step that I'm missing?

Thanks, Bob.