F
fumade
Hi guys.
When i do automation Word in asp.net. it fails to open a doc,and throw
exception as titled.
But the same code works fine in WinApp.
To avoid permission problem, i impersonate using the administrator
account.
****************************************************************************
web.config
<identity impersonate="true" userName="admin" password="password"/>
****************************************************************************
So i think i have access to the file.
Can anybody help?
Thanks in advance.
When i do automation Word in asp.net. it fails to open a doc,and throw
exception as titled.
But the same code works fine in WinApp.
To avoid permission problem, i impersonate using the administrator
account.
****************************************************************************
web.config
<identity impersonate="true" userName="admin" password="password"/>
****************************************************************************
So i think i have access to the file.
Can anybody help?
Thanks in advance.