Hi
I managed to run Microsoft Office Word 2007 and programmatically manipulate doc files in ASP using the Microsoft.Office.Interop.Word
.Net Component. I used the tutorial found at here The question is: Was the Word application run on the server side or on the client? I was only able to test this on my own computer in debug mode so it's kind of both the server and the client and I couldn't figure out which one it is.
And the other question is: If it's running on the server is there any way to use the client's Word application? I mean instead of needing a Word installed on the server could we make use of the Word installed on the client's computer?
Thanks in advance.