Note: If still it doesn't work You have to Impersonate a specific user in code.
This solved one of my problem where I was creating a Excel on runtime and saving it to server.
The problem is that by default Microsoft Excel as a COM object can only activated by the following accounts:
- Administrator
- System
- Interactive
So you can impersonate section of code which needs the above privilege of a user and then you can undo the impersonate when you are done with it.
Here is the solution:
No comments:
Post a Comment