Changes between Version 46 and Version 47 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Oct 15, 2010, 2:11:01 PM (14 years ago)
Author:
notanumber
Comment:

Removed restriction bit on IIS7

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v46 v47  
    4949==== IIS 7 ====
    5050    * Add the PyISAPIe handler by selecting "Handler Mappings ==> Add Script Map" with the following settings:
    51         * Request Path = *.py
     51        * Request Path = *
    5252        * Executable = Path to the PyISAPIe.dll
    5353        * Name = PyISAPIe (name can be anything)
    54         * Request Restrictions set to "Invoke only if request is mapped to file"
    5554    * Also, be sure that the PyISAPIe handler is higher than the StaticFile handler by clicking "View Ordered List" and reordering as needed.
    5655
Back to Top