ASP & Excel - Permission denied: 'CreateObject'
Hi,
I want to display excel charts in my ASP pages. I have installed Office Professional 2003 and I always get an error from my ASP page:
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
And the only line of code is:
Set appXL = CreateObject("Excel.Application")
How can I solve this error?
Thanks,
Salvador Hernandez
|