I have a simple question.
I have a .NET web application written long ago that uses the Word interop assembly. It makes very small use of Word server objects. I now have to migrate it to a Win2012 IIS web app server, which plays only the role of a web server. Of course I found out that the Word objects are not installed on this new box.
Do I have to install a full blown MS word and use up an Office license on that server even though Word will never be used by anyone accessing the box except through this one app?
Is there some small runtime version of Word that I can install that only installs the Word Objects?