Sending a PDF under ASP

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
 
R

Raghavendra R [MSFT]

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.'
 
P

Peter Haider

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
 

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

Top