完美解決Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒絕訪問。 原創(chuàng)
原創(chuàng) 更新時間:2007年08月14日 09:14:39 原創(chuàng) 作者:
Could not load file or assembly AjaxPro.2,經(jīng)排查原來是mcafee限制了
Server Error in '/' Application.
--------------------------------------------------------------------------------
Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。
........
Server Error in '/' Application.
--------------------------------------------------------------------------------
Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'AjaxPro.2' or one of its dependencies. 拒絕訪問。
解決方法:
1、有可能是防火墻問題
2、temp目錄權限問題 ,一般是Mac殺毒的安全設置問題,把temp目錄的權限設置下即可
3、如果服務器安裝了mcafee可以查看日志,很多服務器禁止c盤讀取或寫入dll文件導致,取消dll保護就可
相關文章
ASP.NET中控件的EnableViewState屬性及徹底禁用
如果我們在開發(fā)Web應用程序時,某些控件是不需要接受用戶的操作或只需要接受一次操作的時候,我們可以將這些控件的EnableViewState屬性改為false,這樣可以優(yōu)化我們的程序,提高網(wǎng)絡訪問的速度。2016-06-06
asp.net 中靜態(tài)方法和動態(tài)方法調用的區(qū)別實例分析
動態(tài)方法,在使用時需要先創(chuàng)建實例,才能調用實例方法,而靜態(tài)方法則不需要,直接使用即可。2013-06-06
asp.net實現(xiàn)在非MVC中使用Razor模板引擎的方法
這篇文章主要介紹了asp.net實現(xiàn)在非MVC中使用Razor模板引擎的方法,較為詳細的分析了Razor模板引擎的使用技巧,需要的朋友可以參考下2015-06-06
.Net使用RabbitMQ實現(xiàn)短信密碼重置的操作步驟
在C#開發(fā)中,通過RabbitMQ實現(xiàn)短信服務可增強應用的消息通知能力,本文介紹了使用RabbitMQ發(fā)送短信的步驟,包括安裝RabbitMQ客戶端庫、創(chuàng)建連接和通道、實現(xiàn)短信發(fā)送服務、配置RabbitMQ消費者,并集成到用戶密碼重置流程中,通過示例代碼,可以快速理解整個實現(xiàn)過程2024-09-09
ASP.NET 2.0下隨機讀取Access記錄的實現(xiàn)方法
ASP.NET 2.0下隨機讀取Access記錄的實現(xiàn)方法...2007-03-03

