Asp mvc

Can I use your component in an asp.net mvc application? Is it thread safe?

Hi,

Thanks for your interest in Aspose.Words. Aspose.Words is just a class library; so, there should not be any problems with using it from MVC. I would suggest you please go through the following blog post and video tutorials:
https://blog.aspose.com/2011/10/25/create-and-edit-documents-in-asp.net-mvc-applications-using-aspose.total-for-.net

Moreover, Aspose.Words is multi-thread safe as long as only one thread works on a document at a time. It is a typical scenario to have one thread working on one document. Different threads can safely work on different documents at the same time. So, you just need to make sure that each thread works on a separate copy of the Document object.

Best regards,