79557624

Date: 2025-04-05 23:22:50
Score: 0.5
Natty:
Report link

I just discovered a silly, but slick way to validate if the web.config file itself is having parse issues....

Open IIS for the site and open the Logging module/screen. If the web.config cannot be parsed, you'll get an error of this flavor:

enter image description here

This lead me to realize that I had a silly definition issue with my SlowCheetah transformation that has adding the url rewrite rules node twice.

Hopefully that will help someone not spend the ridiculous amount of time I did (once again) staring at my web.config and not seeing what was going on.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ted Krapf