FaxServer Timeout

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,996
Messages
2,570,238
Members
46,826
Latest member
robinsontor

Latest Threads

Top