Prevent saving Word locally

We want to do a serverside MS Word mail merge and then allow the user to edit the Word document in asp.net after that. And save the document to the database (varbinary or filestream types)

but the catch is we want to prevent the user from saving the document locally.
Is that possible?

Hi

Thanks for your inquiry. This can be done only if you have web-based editor where user will edit the document. In this case you can allow saving document only to server. But if your users use MS Word to edit document, the document should be saved locally.
Best regards,