为什么别的网页不出现此错误,独有此网页出现此错误。是否此网页的index.asp中有什么设置造成IIS内部错误。或此程序对机有什么要求。我把index.asp显示如下。请示教。
<!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www. >
<head><meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title><%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="images/Zhirui.js"></script>
<style type="text/css">
<!--
.STYLE4 {color: #FFFFFF}
-->
</style>
</head>
<body>
<%head()%>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:5px; margin-bottom:5px;">
<tr>
<td>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=scriptmain name=scriptmain codebase="http://download.
flash/swflash.cab#version=6,0,29,0" width="950" height="150">
<param name="movie" value="images/bcastr.swf?bcastr_xml_url=images/bcastr.xml">
<param name="quality" value="high">
<param name=scale value=noscale>
<param name="LOOP" value="false">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="images/bcastr.swf?bcastr_xml_url=images/bcastr.xml" width="950" height="150" loop="false" quality="high" pluginspage="http://www. type="application/x-shockwave-flash" salign="T" name="scriptmain" menu="false" wmode="transparent"></embed>
</object></td>
</tr>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0"
style="margin-top:10px;">
<tr>
<td width="650" height="28" valign="top" ><table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" background="Images/Menu.jpg"><a href="Photo_list.asp"><span style="color: #FFFFFF;font-weight: bold;">最新产品</span></a></td>
</tr>
</table></td>
<td width="20" rowspan="2" valign="top"></td>
<td width="280" rowspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="28" align="center" background="Images/Inmu.jpg"><a href="http://www. class="STYLE4 STYLE4"><span style="font-weight: bold;">企业简介</span></a></td>
</tr>
<tr>
<td height="180" style="border-left:1px solid #cbcbcb;border-right:1px solid #cbcbcb; border-bottom:1px solid #cbcbcb; "><div style="margin-left:5px; margin-right:5px;"><%Call Label(12)%></div>
</td>
</tr>
</table></td>
</tr>
<tr>
<td
align="center" valign="top" background="Images/Mebg.jpg" ><%=PhotoDex()%></td>
</tr>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25" valign="top" ><table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" background="Images/Menu.jpg"><a href="Photo_list.asp"><span style="color: #FFFFFF;font-weight: bold;">推荐产品</span></a></td>
</tr>
</table></td>
</tr>
<tr>
<td
align="center"
style="border-right: #3797d1 1px solid; border-top: #3797d1 1px solid;border-left: #3797d1 1px solid; border-bottom: #3797d1 1px solid"><%=ToPoDex()%></td>
</tr>
</table>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:10px;">
<tr>
<td width="650" valign="top"><div id="tabs0">
<ul class="menu0" id="menu0">
<li onclick="setTab(0,0)" class="hover">企业新闻</li>
<li onclick="setTab(0,1)">媒体报道</li>
<li onclick="setTab(0,2)">国际动态</li>
</ul>
<div class="main" id="main0">
<ul class="block">
<li><%=DeNews(27)%></li>
</ul>
<ul>
<li><%=DeNews(25)%> </li>
</ul>
<ul>
<li><%=DeNews(30)%> </li>
</ul>
</div>
</div></td>
<td width="20" valign="top"></td>
<td width="280" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="28" align="center" background="Images/Inmu.jpg"><a href="http://www. style="color: #FFFFFF;font-weight: bold;">服务咨询</span></a></td>
</tr>
<tr>
<td height="180" style="border-left:1px solid #cbcbcb;border-right:1px solid #cbcbcb; border-bottom:1px solid #cbcbcb;"><%Call Label(10)%>
</td>
</tr>
</table></td>
</tr>
</table>
<%Bottom()%>
</body>
</html>