I have developed one application which generate documents using microsoft.Office.Interop.Word
.
I'm facing some problems here.
Document generation process is not working on windows server 2012 R2
.
After long search over internet somehow it is working now. But the problem is if my site is in idle mode for approx 8 hours and after that if I try to do same process of generation of documents, it won't work.
But, after restarting my application pool on IIS, it works again.
Anybody have idea what is going on?
Thank you.