Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Word.application (Authentication Problem)

Status
Not open for further replies.

ToonKayser

Programmer
Jun 20, 2000
23
0
0
DE
Hi,

I wrote a little script in asp to open a word-document,
change some text there and then save this document as a prn-file.
This works fine on my personal webserver.
Now I try to run this on our intranet.
(NT 4.0 IIS 4) but I produce the error:
'no authentication. VB scvript error '800a0046'
The command in error is :
Set objWord = CreateObject("WORD.Application").
I already told iis to accept out-of-prod
com-servers.
(See
What is wrong here?

Any help would be great...

Toon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top