Click to See Complete Forum and Search --> : ASP Permission Denied using HTMLDOC


Lord_Palethorn
05-15-2008, 03:54 AM
Hi,

I have a script using HTMLDOC to convert html to PDF.

I have to call a wshell..

Set oWSH= Server.CreateObject("WScript.Shell")
oWSH.Run "htmldoc.exe --webpage -f C:\invoices_pdf\factuur.pdf C:\invoices_pdf\factuur.html", 0, True

But I get "Permission denied" on my webserver (IIS 6), on my localhost (IIS 7 (Vista)) I have no problems at all..

I already tried to Add IUSR as Administrator on my webserver, but even then it doesn't work..

the htmldoc.exe & de invoices_pdf directory are both full controlable by the IUSR...

hope someone can help me!


grtz
LP