|
How do I use the Microsoft Word object in ASP.NET?
I have used VB.NET to create a Microsoft Word object and write to a document in the past. Now I am trying to do this from an ASP.NET project. Everything compiles correctly, but when I view the page in a web browser I get an error saying that the Word object could not be created. Does anyone know of a setting that must be changed to make this work in ASP rather than VB?
|