System.Security.SecurityException: System.Web.AspNetHostingPermission

來源:互聯網
上載者:User

標籤:style   color   使用   os   檔案   io   問題   ar   

今天部署一個網站,在net 4.0下面正常,但是在2.0下面發現有錯誤:System.Security.SecurityException,錯誤資訊如下所示:

安全性異常
說明: 應用程式試圖執行安全性原則不允許的操作。要授予此應用程式所需的許可權,請與系統管理員聯絡,或在設定檔中更改該應用程式的信任層級。

異常詳細資料: System.Security.SecurityException: 請求“System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”類型的許可權已失敗。

源錯誤:

執行當前 Web 請求期間產生了未處理的異常。可以使用下面的異常堆疊追蹤資訊確定有關異常原因和發生位置的資訊。

 

剛開始以為是許可權問題,分別給C:\WINDOWS\temp 和C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files 授予NETWORK SERVICE、ASPNET 修改許可權,無果,還是同樣的錯誤。

最後如下方法解決:

在Web.config配置如下:

    <authorization>
        <allow users="*" /> 
    </authorization>
    <identity impersonate="true" userName="nuc" password="" />
    userName="nuc" password=""是作業系統的登入名稱稱和密碼

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.