David Primmer wrote:
> Robin Becker wrote:
>> Robin Becker wrote:
>>> I thought I'd check here in case anyone has already connected django to IIS.
>> despite this it seems that the application produces a page. However, no 
>> matter 
>> what I try I cannot get the page to say anything other than "This module has 
>> been imported 0 times". removeing the pyc's and or editing the .py seemed to 
>> have no effect.
>>
>> Anyone had better luck with IIS 6?
> 
> The message above means that the app is working. The page reload counter 
> script does not work but the ISAPI dll is displaying a page.
> 
> Don't know about your other problems. I've been able to get IIS + ISAPI 
> to work in IIS6 on Win2k3R2.
> 
> davep
.....
Thanks Dave, I think I figured out the problem with II6. There's an 
additional tab in IIS mmc called Extensions and I had to add the 
_advanced.dll there and enable it before the AdvancedPythonSample folder 
would work.
-- 
Robin Becker
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to