ฉันกำลังพยายามเพิ่ม
<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>
เว็บแอปพลิเคชันลูกของฉันตั้งค่าเป็นแอปพลิเคชันใน IIS และกำลังสืบทอดจากพาเรนต์web.config
ซึ่งเป็นสาเหตุของปัญหา
ฉันควรจะวางตรงไหน
<location inheritInChildApplications="false">
ดังนั้นจะเพิกเฉยต่อการตั้งค่า web.config ต่างๆทั้งหมดหรือไม่