このコードは、Visual Studio でのデバッグ時には正常に機能しますが、IIS に発行されると、ドキュメントは常に null になります。
templatePath = __templatePathParameter;
object objTrue = true;
wordApplication= new Word.Application();
document = wordAplication.Documents.Add(ref templatePath, ref objEmpty, ref objEmpty, ref objTrue);
何か案は?ありがとう!