Facing issue while exporting MS Word from ASP.Net application
I am using Interop dll Microsoft.office.interop.word to export some data from my asp.net application to MS Word. Now the machine on which the application is deployed does not have MS Office installed. Which leads to error in functionality. Please suggest how can we make interop working in such scenario. Also kindly suggest any alternative to this approach.