G
Guest
Hi,
I'm developping an ASP.NET application that must fax EXCEL files.
I tried by using the FAXCOMLIb libraries, using the Windows Fax Server.
It works fine, except because of EXCEL: it seems necessary that the
application pool user is logged in before the first use (then, it can be
logged off: it goes on working until the worker process is destroy be the
application pool).
Otherwsise, trhe EXCEL process is started by process but never quit and the
ConnectedSubmit(server) method never returns.
(I created a specifc usser account for the application pool; installed Excel
using this account; adde the user to the administrator group)
Is it really possible to fax Excel files from an ASP.NET application ? If
yes, is there soimething to do to make EXCEL working correctly ?
Thanks for your help
I'm developping an ASP.NET application that must fax EXCEL files.
I tried by using the FAXCOMLIb libraries, using the Windows Fax Server.
It works fine, except because of EXCEL: it seems necessary that the
application pool user is logged in before the first use (then, it can be
logged off: it goes on working until the worker process is destroy be the
application pool).
Otherwsise, trhe EXCEL process is started by process but never quit and the
ConnectedSubmit(server) method never returns.
(I created a specifc usser account for the application pool; installed Excel
using this account; adde the user to the administrator group)
Is it really possible to fax Excel files from an ASP.NET application ? If
yes, is there soimething to do to make EXCEL working correctly ?
Thanks for your help