WORD Document does not open

I need help (newbie) to get this to open so I can use this tool for a proof of concept. I have stepped through the even handler and it does read in the document but never opens it for me to view. I am running this locally, the filesystem, and web server are local.

The result when I click this button is it appears to do a postback and nothing happens.

protected void Button1_Click(object sender, EventArgs e)
{

    Document doc = new Document(@"c:\Test\docTest.doc");

}

Hi

This question is answered in

Best regards.

It really depends on what you want to do. Aspose.Words will NEVER show any document to you. It is just for different tasks. Please read the doc, at least the initial page to get an idea what you can do with Aspose.Words. Maybe you need to look at Aspose.Editor to get what you want.