iis-docs icon indicating copy to clipboard operation
iis-docs copied to clipboard

<applicationInitialization> documentation doesn't cover IIS mechanisms that can block initialization despite of proper configuration.

Open ActomicIceBreaker opened this issue 4 years ago • 0 comments

Application initialization feature documentation doesn't explicitly tell, that there are several features than can block it despite proper (according to documentation) configuration. Int need to be specified that appInit requires HTTP (so no SSL) access to the application so:

  1. SSL Settings -> Require SSL (which will bounce any http requests with 403)
  2. Inbound rewrite rule which redirects all requests to https (with status code 303) will effectively prevent the initialization from happening.

ActomicIceBreaker avatar Nov 25 '21 15:11 ActomicIceBreaker