G
Guest
Hi everybody:
I've developed a web application running on a 2003 server not on the web but
on extranet environment of a small Firm (less than 10 users). I've taken
benefit of Office Primary Interop Assemblies (PIAs) for automating Word on
the server and everything runs smoothly on the server console. The word
documents are generated perfectly from all clients and stored on the server
with some data comes from a SQL server and/or stores there interactively. The
only problem is that when I'm calling :
worddoc = wordapp.Documents.Open(Server.MapPath("\templateP.dot"), , False,
, , , , , , Word.WdOpenFormat.wdOpenFormatTemplate, , ................
it opens on the server's console and not on the clients' machine.
can anybody helps to get rid of this issue? thanks in advance
Kash
I've developed a web application running on a 2003 server not on the web but
on extranet environment of a small Firm (less than 10 users). I've taken
benefit of Office Primary Interop Assemblies (PIAs) for automating Word on
the server and everything runs smoothly on the server console. The word
documents are generated perfectly from all clients and stored on the server
with some data comes from a SQL server and/or stores there interactively. The
only problem is that when I'm calling :
worddoc = wordapp.Documents.Open(Server.MapPath("\templateP.dot"), , False,
, , , , , , Word.WdOpenFormat.wdOpenFormatTemplate, , ................
it opens on the server's console and not on the clients' machine.
can anybody helps to get rid of this issue? thanks in advance
Kash