ASP Implementation During Evaluation - Missing Sample.asp File

Can anyone help?

I’m an ASP/Vbscript developer and have come across the sample page for using Aspose Words as a COM object. I pasted the supplied example into a new page and ran it. It came up with a page not found message. The demo is looking for Sample.asp. Please could someone show me how I can get this file.

Alternatively, forgive any naivety in this matter, is it possible to call an aspx page that generates the “word” document from an asp application?

Regards

whitecar

Try the examples given in the following articles:

https://docs.aspose.com/words/net/supported-platforms/#com

https://docs.aspose.com/words/net/supported-platforms/#com

Concerning openning ASPX page from ASP page I think it is quite posiible. You just need to redirect to a new page using JavaScript for example.

Hope this helps,