- Feb 13, 2001
- 83,769
- 19
- 81
Two issues at first:
1) was no mail got sent last night (rebooting solved this and mail left the queue directory).
2) all websites are not loading....
I get the following:
The global.asa snippet (line 16 is in bold)
No one is taking responsibility...I don't see any updates occured.
Anyone experience this before?
1) was no mail got sent last night (rebooting solved this and mail left the queue directory).
2) all websites are not loading....
I get the following:
msxml3.dll error '80072efd'
A connection with the server could not be established
/LM/W3SVC/868139422/Root/global.asa, line 16
The global.asa snippet (line 16 is in bold)
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Function getHTMLCOntent(sURL)
dim objHTTP
Set objHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP")
objHTTP.open "GET", sURL, false
objHTTP.send()
Do While (objHTTP.readyState <> 4)
objHTTP.waitForResponse(1500)
Loop
If objHTTP.Status <> "200" Then
getHTMLContent=""
Else
getHTMLContent= objHTTP.ResponseText
End If
set objHTTP = Nothing
End Function
No one is taking responsibility...I don't see any updates occured.
Anyone experience this before?