環境:IIS 7

於系統根目錄下,存在 web.conifg:


    <configuration>
        ...
        <system.web>
            ...
        </system.web>
        ...
    </configurationg>


在<system.web>與</system.web>外層加上

    <configuration>
        ...
        
            <system.web>
                ...
            </system.web>
        
        ...
    </configurationg>


可避免虛擬目錄繼承根目錄web.config其況發生