日期:2014-05-19  浏览次数:20548 次

高手进来看,急!在线等
一个asp.net网站,是别人开发的,应该没问题.现在配置不了.
系统windows   2003,   数据库是visual   studio   2005   自带的,再加装一个sqlserver   management   studio   express(就是那个企业管理器)

现在运行时出现这样的问题:

在   System.Threading.ThreadAbortException   中第一次偶然出现的“mscorlib.dll”类型的异常
“System.Threading.ThreadAbortException”类型的异常在   mscorlib.dll   中发生,但未在用户代码中进行处理
线程   0x1fc   已退出,返回值为   0   (0x0)。
程序“[2784]   IEXPLORE.EXE:   脚本程序”已退出,返回值为   0   (0x0)。
程序“[3756]   WebDev.WebServer.EXE:   托管”已退出,返回值为   0   (0x0)。


下面是错误页面的源码:

<html>
        <head>
                <title> Not   Found </title>
                <style>
                body   {font-family: "Verdana ";font-weight:normal;font-size:   8pt;color:black;}  
                p   {font-family: "Verdana ";font-weight:normal;color:black;margin-top:   -5px}
                b   {font-family: "Verdana ";font-weight:bold;color:black;margin-top:   -5px}
                h1   {   font-family: "Verdana ";font-weight:normal;font-size:18pt;color:red   }
                h2   {   font-family: "Verdana ";font-weight:normal;font-size:14pt;color:maroon   }
                pre   {font-family: "Lucida   Console ";font-size:   8pt}
                .marker   {font-weight:   bold;   color:   black;text-decoration:   none;}
                .version   {color:   gray;}
                .error   {margin-bottom:   10px;}
                .expandable   {   text-decoration:underline;   font-weight:bold;   color:navy;   cursor:hand;   }
                </style>
        </head>
        <body   bgcolor= "white ">

                        <span> <h1> “/Web”应用程序中的服务器错误。 <hr   width=100%   size=1   color=silver> </h1>

                        <h2>   <i> HTTP   错误   404   -   Not   Found。 </i>   </h2> </span>

                        <hr   width=100%   size=1   color=silver>

                        <b> 版本信息: </b> &nbsp;ASP.NET   Development   Server   8.0.0.0

                        </font>

        </body>
</html>


------解决方案-------------------