|
本帖最后由 敏敏 于 2009-8-11 18:46 编辑
我点击了那个发表文章测试就会出现一下的代码:
The remote server returned an error: (500) Internal Server Error.
待进行错误分析的返回头:
HTTP/1.1 500 Internal Server Error
Connection:close
Date:Tue, 11 Aug 2009 10:34:36 GMT
Server:Microsoft-IIS/6.0
Content-Length:-1
Content-Type:text/html; Charset=GB2312
Cache-control:private
这个到底怎么解决呢,都困扰我好久啦。用火车头在网站上发布文章,网站还要设置什么东西吗?高手快来帮帮我哦..........
等我过一段时间在点那个发表文章测试又返回对的代码
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
<title>内容管理</title>
<script language="JavaScript" type="text/javascript" src="Images/ajax.js"></script>
<link href="Images/Style.Css" rel="stylesheet" type="text/css" />
</head>
<body>
<Script>top.location.href='Login.Asp';</Script>
但是还是发布不成功,
高手,高手,快点帮我解决解决! |
|