I am playing with Microsoft word document from ASP.NET/C# program.
My programs opens up word docs internally. using
app = new Word.Application();
app.Documents.Openit creates a instance of winword.exe process, I can see it in Task Manager.
even if I closes Doc using close() and app.quit(). it should kill the process. but this process doesnt get killed.
any idea how to kill this process programmatically.
 
     
     
     
     
     
     
     
     
    