Web.config will changed when configuration setting change affect current Web application
Q. You want to make a configuration setting change that will affect only the current Web application. Which file will you change?- Published on 16 Jun 15a. Global.asax
b. Web.config in the root of the Web application
c. Machine.config
d. All of the above
ANSWER: Web.config in the root of the Web application