您的位置:首页 > 其它

文件上传服务器后,出现"找不到包含文件",求解决...

2012-05-28 17:58 260 查看
我用DW做了一个网站,今天上传到服务器后,进入后台管理的时候提示我

Active Server Pages
错误 'ASP 0126'

找不到包含文件

/ad/admin.asp,行 2

找不到包含文件 /Connections/SG.asp'。

这个进行修改路径后又一次提示是:



我的文件内容是这样的:

<!--#include file="../Connections/SG.asp" -->

<%

Dim news

Dim news_numRows

Set news = Server.CreateObject("ADODB.Recordset")

news.ActiveConnection = MM_SG_STRING

news.Source = "SELECT * FROM FL_XL ORDER BY id DESC"

news.CursorType = 0

news.CursorLocation = 2

news.LockType = 1

news.Open()

news_numRows = 0 **提示这里出现问题....

%>

<%

Dim Repeat1__numRows

Dim Repeat1__index

Repeat1__numRows = 13

Repeat1__index = 0

news_numRows = news_numRows + Repeat1__numRows

%>

。……(省略中间内容)

<%

news.Close()

Set news = Nothing

%>

在网络上找一下相关的这种错误,可以没有一个可以能解决的回答.

现在只能求助大家的帮助了,,

在线等....
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐