Problem/Motivation
We're dropping IIS support per #3358248: [policy, no patch] Drop support for IIS in Drupal 11, so we should remove web.config from Drupal 11. Apart from the file, we also need to remove any references to the file elsewhere in core.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3437335
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
fromme commentedRemoved
web.configwith all references.Opened MR.
Comment #5
smustgrave commentedSeems to have unit and functional test failures.
Comment #6
fromme commentedFixed
Comment #7
smustgrave commentedRemoval seems fine, not sure if this warrants a change record. Will let the committer decide.
Comment #8
catchYep we needed a change record, opened https://www.drupal.org/node/3440842
Committed/pushed to 11.x, thanks!
Comment #10
catch