What was the difference between machine.config and web.config files
machine. config is configuration file for all the application in the IIS. web.config is a configuration file for a application or folder machine.config for machine level configuration. web.config for a application/folder level configuration