Changes between Version 44 and Version 45 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Oct 15, 2010, 1:46:29 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v44 v45 46 46 Multiple instances of Django on IIS 5.1 is not currently possible. 47 47 48 49 ==== IIS 7 ==== 50 * Add the PyISAPIe handler by selecting "Handler Mappings ==> Add Script Map" with the following settings: 51 52 * Request Path = *.py 53 * Executable = Path to the PyISAPIe.dll 54 * Name = PyISAPIe (name can be anything) 55 * Request Restrictions set to "Invoke only if request is mapped to file" 56 57 * Also, be sure that the PyISAPIe handler is higher than the StaticFile handler by clicking "View Ordered List" and reordering as needed. 48 58 49 59 ==== IIS 6 ====