equal
deleted
inserted
replaced
25 # |
25 # |
26 # - Setup an IIS application where your hgwebdir is to be served from. |
26 # - Setup an IIS application where your hgwebdir is to be served from. |
27 # On 64-bit systems, make sure it's assigned a 32-bit app pool. |
27 # On 64-bit systems, make sure it's assigned a 32-bit app pool. |
28 # |
28 # |
29 # - In the application, setup a wildcard script handler mapping of type |
29 # - In the application, setup a wildcard script handler mapping of type |
30 # IpsapiModule with the shim dll as its executable. This file MUST reside |
30 # IsapiModule with the shim dll as its executable. This file MUST reside |
31 # in the same directory as the shim. Remove all other handlers, if you wish. |
31 # in the same directory as the shim. Remove all other handlers, if you wish. |
32 # |
32 # |
33 # - Make sure the ISAPI and CGI restrictions (configured globally on the |
33 # - Make sure the ISAPI and CGI restrictions (configured globally on the |
34 # web server) includes the shim dll, to allow it to run. |
34 # web server) includes the shim dll, to allow it to run. |
35 # |
35 # |