Btw, I got the following error when I tried to open my word document:
System.Runtime.InteropServices.COMException: Could not open macro
storage.
Code:
oDoc = oWord.Documents.Add(tempPath & tempName & ".doc")
Is there a way to skip creating an user account in the server, as I
know this is not a good practice.
Or can I do this in some other way, like xml, but my document is in
Word format, with grids...
Thanks in advance.
> I read your second link, which is a really good solution, however, I
> have around 5-10 files for each account (users) and the content/data in
[quoted text clipped - 3 lines]
>
> Thanks in advance.
Steve C. Orr - 14 Feb 2006 21:29 GMT
If you're going to attempt COM Interop with Office on the web server (which
is not recommended) then you're going to have to deal with security issues
such as needing a valid user account.

Signature
I hope this helps,
Steve C. Orr
MCSD, MVP
http://Steve.Orr.net
> Btw, I got the following error when I tried to open my word document:
>
[quoted text clipped - 19 lines]
> >
> > Thanks in advance.
sweetpotatop@yahoo.com - 15 Feb 2006 14:30 GMT
I prefer not doing that way, that's why I wonder if I can do it through
xml. However, my original template is in Word. With grids, bookmarks. I
convert it into xml, however, how can I populate the bookmarks with
data in aspnet and push to the browser of the client?
Any quick and easy way please? All I want is to populate my Word
template and show to my client!
Thanks in advance. Your help would be greatly appreciated.
> If you're going to attempt COM Interop with Office on the web server (which
> is not recommended) then you're going to have to deal with security issues
[quoted text clipped - 29 lines]
> > >
> > > Thanks in advance.