Changes between Version 45 and Version 46 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Oct 15, 2010, 1:47:46 PM (14 years ago)
Author:
notanumber
Comment:

Formatting on IIS7 block

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v45 v46  
    4848
    4949==== 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.
     50    * Add the PyISAPIe handler by selecting "Handler Mappings ==> Add Script Map" with the following settings:
     51        * Request Path = *.py
     52        * Executable = Path to the PyISAPIe.dll
     53        * Name = PyISAPIe (name can be anything)
     54        * Request Restrictions set to "Invoke only if request is mapped to file"
     55    * Also, be sure that the PyISAPIe handler is higher than the StaticFile handler by clicking "View Ordered List" and reordering as needed.
    5856
    5957==== IIS 6 ====
Back to Top