Automating Word Document creation from ASP.NET

M

mc

I've know that Microsoft don't currently recommend this process, what
I'm trying to find out is why?

This is a feature that I've used (with Classic ASP) in the past with a
great deal of success.

Regards


MC
 
C

cerullian

I do it and it works fine, once you get it all debugged, but one
reason against it is if Word fails for some reason you may end up with
multiple copies running and evenutually hanging your server, since
usually no one is monitoring a web server very frequently.
 
Top