When we add rules to IIS config file, we don't check if rules already exist. If it does, it breaks things and users get 500 error.
Example ticket can be found here. Once they removed rules manually, it started working.
I haven't seen the full code of their web.config file so maybe we should test it on our end to confirm it will break things by default.
When we add rules to IIS config file, we don't check if rules already exist. If it does, it breaks things and users get 500 error.
Example ticket can be found here. Once they removed rules manually, it started working.
I haven't seen the full code of their web.config file so maybe we should test it on our end to confirm it will break things by default.