IIS上虛擬站點的web.config與主站點的web.config衝突解決方法

IIS上在主站點下搭建虛擬目錄後,子站點中的<system.web>節點與主站點的<system.web>衝突解決方法: 在主站點的<system.web>上一級添加父節點: <location path="." allowOverride="false" inheritInChildApplications="false">     <system.web>         <!-- *** -
相關文章
相關標籤/搜索