0
votes
4answers
291 views
How can you change the name of the web.config file and have IIS read from the newly-named file?
Is it possible to configure an IIS site to read ASP.Net settings from a site OTHER than web.config?
We'd like to have three config files in our codebase -- web-dev.config, web-test.config, …
3
votes
4answers
260 views
Is it possible to completely negate a “higher” web.config in a subfolder?
Is it possible to completely negate a web.config in a subfolder?
Obviously, I have a web.config in the root.
If I have a subfolder called "MyApp", can I write a bunch of code in the …
