asp 更新不成功静态页面
<!--#includefile="f_asp_htm_fun.asp"--><%'aspfile_s=trim("/default.asp")aspfile_s=req...
<!--#include file="f_asp_htm_fun.asp"-->
<%
'aspfile_s=trim("/default.asp")
aspfile_s=request.QueryString("aspfile_s")
sername=lcase(request.servervariables("SERVER_NAME"))
'注意,sername 不识别后边跟的断口号,如:http://172.17.25.23:81,所以本站点端口必须是80
serport=Request.ServerVariables("SERVER_PORT") '得到服务器端口号
aspfile_s="http://"&sername&":"&serport&aspfile_s
'htmfile_s=trim("/default.htm")
htmfile_s=request.QueryString("htmfile_s")
'response.Write(aspfile_s&htmfile_s)
'response.End()
htmcode=getCategories(aspfile_s)
Set fout = fso.Createtextfile(server.mappath(htmfile_s),true)
fout.writeline htmcode
fout.close
response.write "<script language='javascript'>" & VbCRlf
response.write "alert('静态页更新成功!');" & VbCrlf
response.write "history.go(-1);" & vbCrlf
response.write "</script>" & VbCRLF
%>
总出现下面问题
HTTP 500 - 内部服务器错误
Internet Explorer
是什么问题我把权限都开了,是不是服务器端口必须是80?谢谢大家!
msxml3.dll 错误 '800c0005'
系统未找到指定的资源。
/admin/f_asp_htm_fun.asp,行33
显示这个,我是新手谢谢大家 展开
<%
'aspfile_s=trim("/default.asp")
aspfile_s=request.QueryString("aspfile_s")
sername=lcase(request.servervariables("SERVER_NAME"))
'注意,sername 不识别后边跟的断口号,如:http://172.17.25.23:81,所以本站点端口必须是80
serport=Request.ServerVariables("SERVER_PORT") '得到服务器端口号
aspfile_s="http://"&sername&":"&serport&aspfile_s
'htmfile_s=trim("/default.htm")
htmfile_s=request.QueryString("htmfile_s")
'response.Write(aspfile_s&htmfile_s)
'response.End()
htmcode=getCategories(aspfile_s)
Set fout = fso.Createtextfile(server.mappath(htmfile_s),true)
fout.writeline htmcode
fout.close
response.write "<script language='javascript'>" & VbCRlf
response.write "alert('静态页更新成功!');" & VbCrlf
response.write "history.go(-1);" & vbCrlf
response.write "</script>" & VbCRLF
%>
总出现下面问题
HTTP 500 - 内部服务器错误
Internet Explorer
是什么问题我把权限都开了,是不是服务器端口必须是80?谢谢大家!
msxml3.dll 错误 '800c0005'
系统未找到指定的资源。
/admin/f_asp_htm_fun.asp,行33
显示这个,我是新手谢谢大家 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询