ToonKayser
Programmer
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
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