Permissions with CreateObject

I’m using classic ASP (vbscript) with the following:

set License=CreateObject("Aspose.Words.License")

Today, for no apparent reason, this line now generates a “Permission Denied” error (70).

I’ve tried to register the Aspose.Words.DLL with regasm from the .NET framework (and it succeeds) but does no fix my problem.

Any suggestions?

@govforms,

Thanks for your inquiry. Your query is more related to access rights. Please make sure that your application has full rights to read and write the files. Please refer to the following links. Hope this helps you.
IIS7 Permission Denied - ASP File Write
Permission denied (Error 70)