Hello,
I'm trying to automate the use in Word in my application. I was getting the error of "cannot open macro storage". I searched it on the web and found:
http://support.microsoft.com/default...NoWebContent=1
After a while of digging through the links, I came across an answer that said I could use the IUSR_<machine name> account. I used this (by specifying for the specific file in the web.config) file to impersonate as this account (which is the anonymous access account). I was wondering, because I use impersonation of with account, if I can give that account rights to use word, and if anybody has done that?
Thanks,
Brian