亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ASP.NET拒絕訪問臨時目錄的解決方法

 更新時間:2013年11月22日 16:44:02   作者:  
這篇文章主要介紹了ASP.NET拒絕訪問臨時目錄的解決方法,大家參考使用吧

今天把博客程序部署到一臺阿里云Windows主機(jī)上,通過瀏覽器訪問時出現(xiàn)下面的錯誤:

復(fù)制代碼 代碼如下:

創(chuàng)建 BlogConfigurationSettings 的配置節(jié)處理程序時出錯: 拒絕訪問臨時目錄。以其運(yùn)行 XmlSerializer 的身份“IIS APPPOOL\www.cnblogs.com”沒有足夠的權(quán)限訪問臨時目錄。CodeDom 將使用此進(jìn)程用于進(jìn)行編譯的用戶帳戶,因此如果用戶對系統(tǒng)臨時目錄沒有訪問權(quán)限,則將無法編譯。使用 Path.GetTempPath() API 可找到臨時目錄位置。
Access to the temp directory is denied.  Identity 'IIS APPPOOL\www.cnblogs.com' under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesnt have access to system temp directory, you will not be able to compile.  Use Path.GetTempPath() API to find out the temp directory location.
CS0016: 未能寫入輸出文件“c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\946055b8\92eead15\App_global.asax.qakaesxx.dll”--“拒絕訪問。 ”

開始以為是“C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files”文件夾權(quán)限的問題,但怎么設(shè)置這個權(quán)限也解決不了問題。

后來在應(yīng)用程序池設(shè)置中將“加載用戶配置文件”(Load User Profile)設(shè)置為true,問題就解決。

相關(guān)文章

最新評論