Hi,
I have a solution with several web applications in it. One of the applications is the "parent web app" and the others are are children of the parent. I have the web.config file in the parent but in the children, by design, there should be no web.config files.. Everything works fine, even with Telerik's controls, this way. However when I go to use the visual editor on a telerik control on the child web app it adds a modified web.config file to the child application.. This then breaks the app until I delete the child apps web.config. How can I prevent the web.config from auto-adding for my child applications.
I have a solution with several web applications in it. One of the applications is the "parent web app" and the others are are children of the parent. I have the web.config file in the parent but in the children, by design, there should be no web.config files.. Everything works fine, even with Telerik's controls, this way. However when I go to use the visual editor on a telerik control on the child web app it adds a modified web.config file to the child application.. This then breaks the app until I delete the child apps web.config. How can I prevent the web.config from auto-adding for my child applications.