我有一個簡單的asp.net項目。我把它放在我的主機上,但現在我有以下錯誤:這個ASP.NET web.config錯誤是什麼意思?
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error can
be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 37: ASP.NET to identify an incoming user.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40: <customErrors mode="Off"/>
Line 41: <pages>
可能是你的兩個web.config文件。試圖刪除不需要的。 – coder
你配置了它嗎發佈目錄作爲應用程序? (在IIS中) –
配置應用程序根目錄中的所有MachineToApplication設置, 並從應用程序的 子目錄中刪除所有MachineToApplication設置。 – coder