服务器对象 错误 'ASP 0177 : 800401f3'
Server.CreateObject 失败
Config.asp,行11
无效的 ProgID。 若要获取关于此消息的更多的信息,请访问 Microsoft 联机支持站点: http://www.microsoft.com/contentredirect.asp 。
————————————————————————————————————
<%
'///*********************************
' 系统常量调用程序
'********************************///
Dim nummer,thepages,viewpage
Dim UpFileSize,UpFileLeis,UpFilePath,dataxml,datapath,dataname
Dim DqUrl,Copyright
thepages=0:viewpage=1
strSourceFile = Server.MapPath("include/system.xml")
Set objXML =Server.CreateObject("Microsoft.XMLDOM")
objXML.load(strSourceFile)
Set xml=objXML.documentElement.selectSingleNode("system")
nummer=xml.childNodes.item(0).text
UpFileSize=xml.childNodes.item(1).text
UpFileLeis=xml.childNodes.item(2).text
UpFilePath=xml.childNodes.item(3).text
dataxml=xml.childNodes.item(4).text
DqUrl=xml.childNodes.item(5).text
Copyright=xml.childNodes.item(6).text
dataname=xml.childNodes.item(7).text
datapath=dataxml&"/"&xml.childNodes.item(7).text
Set xml=nothing
Set objXML =nothing
%>
——————————————————————————————————————————————