I have opened a word document as follows
*Application wordApp = new ApplicationClass();
Document doc = null;
doc = wordApp.Documents.Open(ref docPath,
ref setFalse, ref setFalse, ref setFalse, ref missing,
ref missing, ref setTrue, ref missing, ref missing,
ref missing, ref missing, ref setFalse, ref setFalse,
ref missing, ref setTrue, ref missing);*
This is working fine with development server. But in IIS this is not working
I have already given permission to ASPNET user in IIS,Folder and in dcomcnfg.
Please help to solve this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…