簡體   English   中英

web.config中的錯誤

[英]Error in web.config

hai,我正在嘗試通過NopCommerce項目添加DotNetNuke CMS的功能,我的錯誤是

Parse error:
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.
<customErrors mode="RemoteOnly"/>
 <!-- Forms or Windows authentication -->
 <authentication mode="None">
 <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies"/>
 </authentication>

我不知道如何在iis7中找到虛擬目錄並配置我們的應用程序。 請幫我。

如果您轉到IIS 7並找到您的網站。 右鍵單擊內容所在的文件夾,然后單擊“轉換為應用程序”。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM