Changes between Version 7 and Version 8 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Aug 17, 2006, 8:21:08 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v7 v8 48 48 * Copy the PyISAPIe.dll file to your Python path, e.g. c:\python24 49 49 * Set the security permissions on the dll file so that IIS can read it. In the case of IIS/Server 2003 you need to give read permissions to the "Network Service" account 50 * Look in the <extracted archive>\source\PyISAPIe\Python\ folder and copy the Http folder to c:\python24\lib\site-packages (adjust, depending on where you installed Python) 50 * Look in the <extracted archive>\source\PyISAPIe\Python\ folder and copy the Http folder to c:\python24\lib\site-packages (adjust, depending on where you installed Python). '''''Note:''' the Http folder is case sensitive. Saving in 'http' (or any other variation) will not work [SF]''. 51 51 * Open the IIS Manager from Administrative Tools, and create a new virtual directory in your website (give it permissions to execute ISAPI extensions when the wizard asks. 52 52 * Go to the properties of the folder, click on the configuration button (if it's greyed out, click 'create' first), and add a new wildcard extension (the lower box), locate the pyisapie.dll file and untick the "check file exists" box.