Server 对象 错误 'ASP 0177 : 800401f3'出错

来源:百度知道 编辑:UC知道 时间:2024/06/21 21:50:45
请各位帮帮忙,以下是出错页面的源代码
<%
'application("websiteini")=false
if not application("websiteini") then
set mydll=server.CreateObject("proshw.pro_buyshw")
recs=mydll.pdt_shw("setup",siteuser,sitepass,a,b,getmenu,d,rs,rs2,rs3,rs4)
set mydll=nothing
if recs<>"10000" then
response.write recs
response.end
end if
application("menutpe")=getval(getmenu,"menutpe")
tempv=split(application("menutpe"),";")
for tempc=0 to ubound(tempv)
tempa=tempv(tempc)
if instr(tempa,",")>0 then
templ=left(tempa,instr(tempa,",")-1)
pl_onlpay_url_2=right(pl_onlpay_url_2,len(pl_onlpay_url_2)-instr(pl_onlpay_url_2,"/")+1)
end if
pl_copnme_cn=application("pl_copnme_cn")
pl_copnme_en=application("pl_copnme_en")
pl_adr_cn=application("pl_adr_cn")

1 可能你的“无组件上传”并非是真正的无组件上传。具体的看看server.createobject('''')里面是做什么组件的,如果没有注册过,就注册一个组件
2 可能是你的FSO没有注册,解决的方法是重新注册一下C:\WINDOWS\SYSTEM\scrrun.dll

set mydll=server.CreateObject("proshw.pro_buyshw")
问题出现在这句,server.CreateObject,查查你IIS设置,还有是否有端口冲突了