IIS Reset (iisreset) Stop Aspose.Words from working

I am having a problem with an ASP application running on Win2003. IIS resets itself every now and then to clean itself up. When it does it, my COM apps stop working with Words. The only way I getting it working again is to manually run either:

regasm "C:\Program Files\Aspose\Aspose.Words\bin\net1.1\Aspose.Words.dll" /codebase

or

regasm "C:\Program Files\Aspose\Aspose.Words\bin\net2.0\Aspose.Words.dll" /codebase

It’s random on the one I have to run also. I can’t figure out why this is happening. Anyone have any ideas?

Hi
Thanks for your request. It seems that it is problem of IIS. See the following link. I think that there is the same problem.
https://bytes.com/topic/asp-classic/answers/125378-iis-resets-continiously
Best regards.

It’s not a problem with IIS crashing. It is supposed to recycle! The problem is that the GAC for Aspose.Words doesn’t seem to hold or something.

HELP!!!

Thanks,

Todd

Hi
May be try to register Aspose.Words assembly in the GAC.

gacutil /i C:\Program Files\Aspose\Aspose.Words\Bin\net2.0\Aspose.Words.dll

Best regards.