How do I open a word document in a browser?

I had been using the following method:

doc.Save("Test Application", SaveFormat.Pdf, Aspose.Words.SaveType.OpenInBrowser, Response);

But it appears you have stopped supporting this. How do I do it with the latest version of Aspose.Words?

Hello

Thanks for your request. Please see the following link to learn how to achieve what you need:
https://reference.aspose.com/words/net/aspose.words/document/save/
Please let me know in case of any issues. I will be glad to help you.
Best regards,

I am using the dll that was installed here:

C:\Program Files (x86)\Aspose\Aspose.Words for .NET\bin\net3.5_ClientProfile

by the MSI i downloaded and the method described in the link you provided doesn’t work.

Hello

Thank you for additional information. ASP.NET applications work under .NET 1.1 or .NET 2.0. To make sure, please check IIS settings. As you can see you can select only .NET 1.1 or .NET 2.0 . .NET 3.5 Client Profile HttpResponse is not available. This is entirely by design.
In your case, you should use Aspose.Words for .NET 2.0 in your ASP net application.
Best regards,