7
ভিয়েটিআইইনডিল অ্যাপ্লিকেশনগুলি ব্যবহার করে চাইল্ড ওয়েব অ্যাপ্লিকেশনে ওয়েবকনফিগের উত্তরাধিকার এড়িয়ে চলুন
আমি যুক্ত করার চেষ্টা করছি <location inheritInChildApplications="false"> আমার পিতামাতার ওয়েব অ্যাপ্লিকেশনের ওয়েবকনফিগে কিন্তু এটি কাজ করছে বলে মনে হচ্ছে না। আমার বাবা-মার web.configরয়েছে: <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> …