asp.net Office Automation - in or out of process

D

David Laub

When I use Office Automation in an asp.net application, are the Office
libraries invoked in or out of process?

Thanks
 
R

Rob Bovey

David Laub said:
When I use Office Automation in an asp.net application, are the Office
libraries invoked in or out of process?

When you automate any executible (as opposed to a DLL) it will always
run out of process.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
D

David Laub

So, would I gain performance by accessing the Excel spreadsheet data using
ADO?

Thanks again
 
R

Rob Bovey

David Laub said:
So, would I gain performance by accessing the Excel spreadsheet data using
ADO?

Hi David,

For a server application my first reaction is definitely. You just can't
say for sure until you test it both ways, though.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
D

David Laub

Thanks! I'll try both ways...
Rob Bovey said:
Hi David,

For a server application my first reaction is definitely. You just can't
say for sure until you test it both ways, though.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
Top