I’m struggling to find where some setting are being stored in a web app I have been given. If I configure it under IIS, there are some settings which are not present in the web.config (or anywhere in the app come to that if I do a text search in VS). If I change them under IIS they keep reverting to their previous values, ARGH!
Any pointers would be great!
You might find them in an app.config file in an included library. You might find them in the machine.config of the hosting machine. You might find them in a proprietary database or remote xml file.