- Orchard.Web.1.8.1 ,安裝到 IIS 10 下,用默認app pool,報錯誤
ASP.NET 未被授權(quán)訪問所請求的資源。請考慮授予 ASP.NET 請求標識訪問此資源的權(quán)限。ASP.NET 有一個在應(yīng)用程序沒有模擬時使用的基進程標識(通常,在 IIS 5 上為 {MACHINE}\ASPNET,在 IIS 6 上為網(wǎng)絡(luò)服務(wù))。如果應(yīng)用程序正在通過 <identity impersonate="true"/> 模擬,則標識將為匿名用戶(通常為 IUSR_MACHINENAME)或經(jīng)過身份驗證的請求用戶。
要將 ASP.NET 訪問權(quán)限授予某個文件,請在資源管理器中右擊該文件,選擇“屬性”,然后選擇“安全”選項卡。單擊“添加”添加適當?shù)挠脩艋蚪M。突出顯示 ASP.NET 帳戶,選中所需訪問權(quán)限對應(yīng)的框。
這個在設(shè)置了,IIS_IUSER用戶權(quán)限后,仍然存在。
嘗試新建了app pool,運行正常了。
- 安裝Themes失敗
Install package failed
Package installation failed: There was an error installing the requested package. This can happen if the server does not have write access to the '~/Modules' or '~/Themes' folder of the web site. If the site is running in shared hosted environement, adding write access to these folders sometimes needs to be done manually through the Hoster control panel. Once Themes and Modules have been installed, it is recommended to remove write access to these folders.
按照提示分配權(quán)限,還沒有解決 ing。
經(jīng)過debug發(fā)現(xiàn)是獲取不到feed的數(shù)據(jù),可能是本地超時,手動下載下來,本地安裝即可。