Changes between Version 32 and Version 33 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Feb 24, 2008, 1:25:05 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v32 v33 62 62 That's it installed. In c:\pyisapie\source\PyISAPIe\Python\examples folder is a file called Info.py. Copy this to your new virtual directory folder, and then try and view http://site/Info.py to test it. It should work. If it doesn't, when you find out why, please come back and explain what happened and how you fixed it. ;) 63 63 * ''I got an error "Import Error: couldn't locate module Http.Isapi"; I resolved it by adding IUSR_machine read and execute access to the directory Http in site-packages [rnm]'' 64 * ''I also got "Import Error: couldn't locate module Http.Isapi", but was unable to fix it with the above solution. The only thing I can find, for now, is moving Http from site-packages to Lib. This seems like a potentially bad idea, however. [mao]''64 * ''I also got "Import Error: couldn't locate module Http.Isapi", but was unable to fix it with the above solution. The only thing I can find, for now, is moving Http from site-packages to Lib. This seems like a potentially bad idea, however. [mao]'' 65 65 66 66 == Django ==