首先来个
 “/”应用程序中的服务器错误。
--------------------------------------------------------------------------------未能加载文件或程序集“App_Web_n84hdkwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。The system cannot find the file specified. 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.IO.FileNotFoundException: 未能加载文件或程序集“App_Web_n84hdkwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。The system cannot find the file specified.源错误: 
行 1:  <%@ Control Language="C#" AutoEventWireup="true" CodeFile="bottoml.ascx.cs" Inherits="Feature_FeatureIndex_bottoml" %>行 2:  <%@ Register Src="../../ZeroControl/ALLSECbottom.ascx" TagName="ALLSECbottom" TagPrefix="uc1" %>
行 3:  <uc1:ALLSECbottom ID="ALLSECbottom1" runat="server" />
 源文件: f:\Coalcn\COALCN2.3FIN\Feature\FeatureIndex\bottoml.ascx    行: 1 程序集加载跟踪: 下列信息有助于确定程序集“App_Web_n84hdkwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”无法加载的原因。
自己分析:
        1.查看红色部分  没有问题
        2.代码没有问题
        3. 覆盖bin下面的dll, 问题解决
 几天后同样的问题再次出现
        1.代码没有问题
       2.覆盖dll 问题解决 再分析  有可能bottoml.ascx套了一个用户控件问题 
请指点