What ever changes we make for a website through IIS 7.5 console those are getting saved in web.config file which is in root directory of the application. Our costumer has control on code and he can push the code to the home directory using repliweb which replacing our web.config file with his code. Is there any setting where all the console changes will get saved in applicationhost.config instead of web.config of root directory. Site should also accept web.config configuration settings which was placed by user. Please suggest.
↧