我在VS2003里调试程序的时候,会不定期的出现如下的错误提示:“/ruiteng”应用程序中的服务器错误。
--------------------------------------------------------------------------------配置错误 
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 访问被拒绝:“SharpZipLib”。源错误: 行 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 程序集加载跟踪: 下列信息有助于确定程序集“SharpZipLib”无法加载的原因。=== Pre-bind state information ===
LOG: DisplayName = SharpZipLib
 (Partial)
LOG: Appbase = file:///E:/公司产品/20070722tengyou
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: SharpZipLib
LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/ruiteng/3daf50b4/35cf47a0/SharpZipLib.DLL.
LOG: Attempting download of new URL file:///c:/windows/microsoft.net/framework/v1.1.4322/Temporary ASP.NET Files/ruiteng/3daf50b4/35cf47a0/SharpZipLib/SharpZipLib.DLL.
LOG: Attempting download of new URL file:///E:/公司产品/20070722tengyou/bin/SharpZipLib.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: SharpZipLib, Version=0.81.0.1407, Culture=neutral, PublicKeyToken=null--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2407; ASP.NET 版本:1.1.4322.2407 以上的错误是不定期出现的。出现后VS2003就不能再调试运行程序了,但过一会,也就1分钟左右,再运行又好了,这是怎么回事啊!请知道这个问题的朋友详细告诉我解决的方法,先谢谢拉!!!