আমি যুক্ত করার চেষ্টা করছি
<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>
<location ..>
<system.web>
</system.web>
</location>
<system.webServer>
</system.webServer>
আমার শিশু ওয়েব অ্যাপ্লিকেশনটি আইআইএস-এ একটি অ্যাপ্লিকেশন হিসাবে সেটআপ করা হয়েছে এবং পিতামাতার কাছ থেকে উত্তরাধিকার সূত্রে প্রাপ্ত web.config
যা সমস্যা সৃষ্টি করছে।
আমি ঠিক কোথায় রাখা উচিত
<location inheritInChildApplications="false">
সুতরাং এটি সমস্ত বিভিন্ন ওয়েবকনফিগ সেটিংস উপেক্ষা করে?