We’ve been using the Aspose.Word installed on Win 2000 server with IIS5 with no problem
Recently, we moved our website and databases to another server which runs Win 2003 with IIS6.
So I installed the latest Aspose.Word on the new server, and the very first CreateObject - which is CreateObject(“Aspose.Words.License”) failed.
I checked the permissions and the folder has same permission as the old server has.
Here is the error message I get:
error ‘8000ffff’
/…/save.asp, line 66
The line 66 is:
Set license = CreateObject("Aspose.Words.License")
Thank you for the help!!