由“Indexing Service”服务引起的问题

来源:互联网 发布:素描特效相机软件 编辑:程序博客网 时间:2024/06/10 08:50

IDE: win2003 server, VS2003

测试页面时,报错(注:WebControls为自定义控件):

“/ssm”应用程序中的服务器错误。
--------------------------------------------------------------------------------

配置错误
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。

分析器错误信息: 访问被拒绝:“WebControls”。

源错误:


行 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>
 

源文件: d:/windows/microsoft.net/framework/v1.1.4322/Config/machine.config    行: 198

程序集加载跟踪: 下列信息有助于确定程序集“WebControls”无法加载的原因。


=== Pre-bind state information ===
LOG: DisplayName = WebControls
 (Partial)
LOG: Appbase =
file:///D:/Inetpub/wwwroot/ssm
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: WebControls
LOG: Attempting download of new URL
file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ssm/30103daa/c91b5560/WebControls.DLL.
LOG: Attempting download of new URL
file:///D:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ssm/30103daa/c91b5560/WebControls/WebControls.DLL.
LOG: Attempting download of new URL
file:///D:/Inetpub/wwwroot/ssm/bin/WebControls.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: WebControls, Version=1.0.1725.18864, Culture=neutral, PublicKeyToken=null

 


--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300; ASP.NET 版本:1.1.4322.2300

解决方法:

停止“Indexing Service”服务,页面正常输出。