Sending a PDF under ASP

  • Thread starter Thread starter Peter Haider
  • Start date Start date
P

Peter Haider

Hello Newsgroup,

i try to send a PDF File in a ASP / VBScript Programm.

I get an error at the statement "fax.send" method from the fax server com
object.
The template for my program i took from the sample code from the fax section
at msdn.

If i use the same statements under a "normal" programming language and
logged in as a normal user,
the program runs well.

Anybody who has a answer, why this doesnt run?

Best regards
Peter Haider
 
Are you trying to fax using remote fax server or local fax server?

This may be due to some security issues. With IIS5 (w2k) you would need to
use <identity impersonate> in web.config. See:
http://webnet/dev/faq/acls.htm

If that doesn't solve the problem, give us additional details.

What type of authentication are you using? Is the component you are calling
local or remote? What is the component written in?

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
Hello,

i use the standard microsoft fax server com components from the local
machine (where the iis is running);
operation system is small business server 2000, authentification for th web
user is anonymous
the Link, which you sent me, is broken. Could you give me the right one?

Best regards
Peter Haider
 
Back
Top