问题描述
点开后出现以下情况无法显示网页您要访问的网页有问题,无法显示。--------------------------------------------------------------------------------请尝试以下操作:打开127.0.0.1主页,然后查找指向您感兴趣信息的链接。单击刷新按钮,或以后再试。单击搜索,寻找Internet上的信息。也可查看相关站点列表。HTTP500-内部服务器错误InternetExplorer这个网页代码如下:<%@LANGUAGE="VBSCRIPT"%><!--#includefile="../Connections/conn.asp"--><%DimRecordset1DimRecordset1_cmdDimRecordset1_numRowsSetRecordset1_cmd=Server.CreateObject("ADODB.Command")Recordset1_cmd.ActiveConnection=MM_conn_STRINGRecordset1_cmd.CommandText="SELECT*FROMmain"Recordset1_cmd.Prepared=trueSetRecordset1=Recordset1_cmd.ExecuteRecordset1_numRows=0%><!--#includefile="admin.asp"--><!--#includefile="conn.asp"--><%About=server.htmlencode(Trim(Request("content")))%><%ifRequest.QueryString("no")="eshop"thensetrs=server.createobject("adodb.recordset")sql="select*frommain"rs.opensql,conn,3,3rs("About")=Aboutrs.updaters.closeresponse.redirect"Manage_Main.asp"endifsql="select*frommain"Setrs_home=Server.CreateObject("ADODB.Recordset")rs_home.opensql,conn,1,1%><!--#includefile="Inc/Head.asp"--><tablewidth="100%"height="100%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="150"align="center"valign="top"><tablewidth="150"height="100%"border="0"cellpadding="0"cellspacing="0"class="HeaderTdStyle"><tr><tdalign="center"valign="top"><tablewidth="100%"height="24"border="0"cellpadding="0"cellspacing="0"><tr><tdalign="center">功能菜单</td></tr></table><tablewidth="100%"height="90%"border="0"cellpadding="0"cellspacing="0"class="MenuBg"><tr><tdalign="center"valign="top"><br><tablewidth="90%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="16%"><imgsrc="../Img/Left_1.gif"width="28"height="11"></td><tdwidth="84%"height="20"><fontcolor="#FFFF00">企业信息管理</font></td></tr></table><tablewidth="90%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="34%"height="20"align="right"><imgsrc="../Img/Left_1_1.gif"width="29"height="16"></td><tdwidth="66%"valign="bottom"><ahref="Manage_Main.asp"><fontcolor="#FFFF00">公司简介</font></a></td></tr></table><tablewidth="90%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="34%"height="20"align="right"><imgsrc="../Img/Left_1_1.gif"width="29"height="16"></td><tdwidth="66%"valign="bottom"><ahref="Manage_Main1.asp"><fontcolor="#FFFF00">组织机构</font></a></td></tr></table><tablewidth="90%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="34%"height="20"align="right"><imgsrc="../Img/Left_1_1.gif"width="29"height="16"></td><tdwidth="66%"valign="bottom"><ahref="Manage_Main2.asp"><fontcolor="#FFFF00">公司文化</font></a></td></tr></table><tablewidth="90%"border="0"cellpadding="0"cellspacing="0"><tr><tdwidth="34%"height="20"align="right"><imgsrc="../Img/Left_1_1.gif"width="29"height="16"></td><tdwidth="66%"valign="bottom"><ahref="Manage_Main4.asp"><fontcolor="#FFFF00">联系我们</font></a></td></tr></table></td></tr></table></td></tr></table></td><tdalign="center"valign="top"><br><strong><br></strong><tablewidth="550"border="0"cellspacing="0"cellpadding="0"><tr><tdheight="25"><divalign="center"><strong>企业信息设置</strong></div></td></tr><tr><formmethod="POST"action="Manage_Main.asp?no=eshop"><td><tablewidth="100%"border="0"cellspacing="2"cellpadding="0"><tr><tdheight="30"colspan="2"> </td></tr><tr><tdwidth="19%"height="300"bgcolor="#C0C0C0"><divalign="right">付费指南:<br>支持UBB代码</div></td><tdwidth="81%"bgcolor="#E3E3E3"><scriptsrc=../Inc/Eshopcode.js></script><!--#includefile=../Inc/Ubb.inc--><textareaname="content"cols="58"rows="15"><%ifrs_home("html")=falsethenAbout=replace(rs_home("About"),"<br>",chr(13))About=replace(About," ","")elseAbout=rs_home("About")endifresponse.writeAbout%></textarea></td></tr><tr><td> </td><td> </td></tr><tr><tdcolspan="2"><divalign="center"><inputtype="submit"value="修改"name="cmdok"> <inputtype="reset"value="重写"name="cmdcancel"></div></td></tr><tr><tdcolspan="2">图片上传</td></tr><tr><tdcolspan="2"><divalign="center"><iframename="ad"frameborder=0width=100%height=50scrolling=nosrc=../uploada.asp></iframe></div></td></tr></table></td></form></tr></table><strong></strong></td></tr></table><!--#includefile="Inc/Foot.asp"--><%Recordset1.Close()SetRecordset1=Nothing%>
解决方案
解决方案二:
建议你可以一步一步输出看看到底哪里错了!你的结贴率...哎!!!
解决方案三:
其他的ASP页面可以显示吗?
解决方案四:
如果其他页面也不能显示,并且IIS配置好了,那么就是系统权限的问题了运行WIN+R输入TEMP向上找到TEMP文件夹右击-属性-安全-添加-高级-立即查找-找到EveryOne-选择EveryOne-确定-把他的权限全部选择允许应该就好了
解决方案五:
系统不一样设置的方式不同自己研究一下吧
解决方案六:
一点点的调试,输出
解决方案七:
基本是使用梦网企网的结构,你程序有点乱,应该是你调用的文件目录位置有问题。ASP能一步一步调试吗,想学一下,我是用文本编辑器来编辑程序的