调试的时候偶尔出现这个错误     Internet   Explorer   无法打开Internet站点 http://localhost:3535/mis/manage/admingindex.aspx 已终止操作
admingindex.aspx 源码
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminIndex.aspx.cs" Inherits="Manger_AdminIndex" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>后台功能</title>
    
</head>
<frameset framespacing="0" border="false" rows="60,*" frameborder="0" >
<frame name="top" scrolling="no" src="Top.aspx">



<frameset id="frame" framespacing="0" border="false" cols="160,*" frameborder="0">
<frame name="left"  scrolling="auto" marginwidth="0" marginheight="0" src="Left.aspx" noresize  >

<frame name="right" scrolling="auto"  src="Main.aspx" >
</frameset>
</frameset></html>