in my asp.net project i want to make modifications in a word document. well every thing is working well in local but i want to know if i can make modifications in a word document in the server or i have to install microsoft office with the web site i mean when i make like this
aDoc = wordApp.Documents.Open(ref filename, ref missing, ref readOnly,
ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing);
will i open word in the server or in the client computer??