मैं जोड़ने की कोशिश कर रहा हूं
<location inheritInChildApplications="false">
मेरे पैरेंट वेब एप्लिकेशन के web.config पर यह काम नहीं करता है।
मेरे माता-पिता का 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 सेटिंग्स को अनदेखा करता है?