7
Evite la herencia de web.config en la aplicación web secundaria usando la aplicación de herencia heredada.
Estoy tratando de agregar <location inheritInChildApplications="false"> a la aplicación web de mi padre web.config pero no parece estar funcionando. La de mis padres web.configtiene: <configuration> <configSections> </configSections> // 10 or so custom config sections like log4net, hibernate, <connectionStrings> </connectionStrings> <appSettings> </appSettings> <system.diagnostics> </system.diagnostics> <system.web> <webParts> </webParts> <membership> </membership> <compilation> </compilation> …