D David Laub Apr 27, 2004 #1 When I use Office Automation in an asp.net application, are the Office libraries invoked in or out of process? Thanks
When I use Office Automation in an asp.net application, are the Office libraries invoked in or out of process? Thanks
R Rob Bovey Apr 27, 2004 #2 David Laub said: When I use Office Automation in an asp.net application, are the Office libraries invoked in or out of process? Click to expand... 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 *
David Laub said: When I use Office Automation in an asp.net application, are the Office libraries invoked in or out of process? Click to expand... 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 Apr 27, 2004 #3 So, would I gain performance by accessing the Excel spreadsheet data using ADO? Thanks again
R Rob Bovey Apr 27, 2004 #4 David Laub said: So, would I gain performance by accessing the Excel spreadsheet data using ADO? Click to expand... 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 *
David Laub said: So, would I gain performance by accessing the Excel spreadsheet data using ADO? Click to expand... 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 Apr 27, 2004 #5 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 * Click to expand...
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 * Click to expand...