7
Hindari pewarisan web.config dalam aplikasi web anak menggunakan aplikasi inheritInChild
Saya mencoba menambahkan <location inheritInChildApplications="false"> ke web.config aplikasi web orang tua saya tetapi tampaknya tidak berfungsi. Orang tua saya web.configmemiliki: <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> </system.web> <location ..> <system.web> …