Permission denied: 'createobject' on Windows 2003
I am using classic ASP to create crystal reports. I am using the following code to crate the Crystal Report object
CreateObject("CrystalRuntime.Application.9")
This is woking fine on Windows 2000. The same code is not working on Windows 2003 and it is displaying the following error message.
Microsoft VBScript runtime error '800a0046'
Permission denied: 'createobject'
/reports/1.0/rpt/adhoc/app/adhoc/extract/buildExtractFile.asp, line 1369
Could you please help me in finding the reason for this?
Thanks and Regards,
Krishna.
|