“/”應(yīng)用程序中的服務(wù)器錯(cuò)誤。
--------------------------------------------------------------------------------
配置錯(cuò)誤
說明: 在處理向該請(qǐng)求提供服務(wù)所需的配置文件時(shí)出錯(cuò)。請(qǐng)檢查下面的特定錯(cuò)誤詳細(xì)信息并適當(dāng)?shù)匦薷呐渲梦募?nbsp;
分析器錯(cuò)誤信息: 訪問被拒絕:“CSDN.Authentication”。
源錯(cuò)誤:
行 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
行 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
行 198: <add assembly="*"/>
行 199: </assemblies>
行 200: </compilation>
源文件: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config 行: 198
程序集加載跟蹤: 下列信息有助于確定程序集“CSDN.Authentication”無法加載的原因。
=== Pre-bind state information ===
LOG: DisplayName = CSDN.Authentication
(Partial)
LOG: Appbase = file:///F:/MyDevelop/AD/Code/ADManageWeb
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CSDN.Authentication
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/3151f96f/581ce000/CSDN.Authentication.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/3151f96f/581ce000/CSDN.Authentication/CSDN.Authentication.DLL.
LOG: Attempting download of new URL file:///F:/MyDevelop/AD/Code/ADManageWeb/bin/CSDN.Authentication.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CSDN.Authentication, Version=1.0.1965.30523, Culture=neutral, PublicKeyToken=null
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300; ASP.NET 版本:1.1.4322.2300
其中最常見的原因是Indexing service服務(wù)引起的。解決方法就是停用Indexing service,或配置ASP.net 的臨時(shí)目錄不受Indexing service服務(wù)的影響。
配置ASP.net 的臨時(shí)目錄不受Indexing service服務(wù)的影響的步驟如下:
1、開始 -- 管理工具 -- 計(jì)算機(jī)管理(Win2003的位置,其他操作系統(tǒng)類似)打開計(jì)算機(jī)管理
2、展開計(jì)算機(jī)管理左邊樹中“服務(wù)和應(yīng)用程序”節(jié)點(diǎn),再在其下展開“索引服務(wù)”節(jié)點(diǎn),再在其下展開“System”節(jié)點(diǎn),再在其下展開“目錄”節(jié)點(diǎn)。
3、在計(jì)算機(jī)管理的右邊我們可以看到配置的索引服務(wù)目錄。
4、在“目錄”節(jié)點(diǎn)上右擊鼠標(biāo),選擇“新建”--“目錄”
5、在“添加目錄”對(duì)話框中,路經(jīng)輸入框中輸入 ASP.net 的臨時(shí)文件目錄。默認(rèn)應(yīng)該是:
c:\<WINDIR>\Microsoft.NET\Framework\<Version Number>\Temporary ASP.NET Files 目錄。
<Version Number> 指你要處理的.net版本。
6、在“包含在索引中嗎?”選項(xiàng)中,選擇“否”
7、單擊“確定”按鈕
8、在“索引服務(wù)”節(jié)點(diǎn)上右鍵單擊,重起索引服務(wù)即可。
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com