|
-
July 22nd, 2003, 05:00 AM
#1
OLE automation in javascript (automation server cannot create object)
I'm trying to instantiate an excel object through ole automation in client-side javascript using.
var obj = new ActiveXObject(Excel.Application);
It is working fine if I run this simple .htm file, with client-side javascript code, from local C or D drive. but when i place this file on wwwroot, an exception occurs, "automation server cannot create object" at the obove mentioned line.
So is this a problem with some permission required for IIS to create an ole Object??. If this is so, Please respond for how to grant these permissions, or if it is a different problem?
Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|