M
Max
Hello
I've installed Fax Modem on My Windows 2000 Serer and Fax Service is running
I can send Fax via notepad
but when I tried to send fax from ASP
I got nothing but a timeout error
the ASP code as shown
dim FS
dim FD
Set FS = Server.CreateObject("FaxServer.FaxServer")
FS.Connect ("\\MachineName")
Set FD = FaxServer.CreateDocument("c:\temp\Fax.txt")
With FD
.SendCoverpage = 0
.FaxNumber = "123 4 567890"
.Send
End With
Set FD = Nothing
Set FS = Nothing
response.Write Err.Number
Any ideas?
I've installed Fax Modem on My Windows 2000 Serer and Fax Service is running
I can send Fax via notepad
but when I tried to send fax from ASP
I got nothing but a timeout error
the ASP code as shown
dim FS
dim FD
Set FS = Server.CreateObject("FaxServer.FaxServer")
FS.Connect ("\\MachineName")
Set FD = FaxServer.CreateDocument("c:\temp\Fax.txt")
With FD
.SendCoverpage = 0
.FaxNumber = "123 4 567890"
.Send
End With
Set FD = Nothing
Set FS = Nothing
response.Write Err.Number
Any ideas?