i have a web application and I'm trying to crete a com object for microsoft word
$word = new COM("word.application") or die ("Could not initialise Object.");
I've installed office 2010 on my server and at first i got a permissions denied error, so I followed this link to add permissions: http://www.figured-it-out.com/figured-out.php?sid=24
but now im getting this error: Failed to create COM object `word.application': Server execution failed any help please?