View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
berkeleydb_user berkeleydb_user is offline
external usenet poster
 
Posts: 6
Default excel automation with IIS weirdness!!

Guys

Can someone explain this?

On my development setup which is XP pro, when I develop this web
service in Visual Studio.NET, I see "EXCEL" in Task Manager when I say

Excel.Application excl = new Excel.Application();

But why do I see "EXCEL.EXE" when I deploy this on IIS6 which is
running on Windows Server 2003.

On my development machine all excel object is cleaned up when asp page
is done but on windows server it doesn't get cleaned up.

Please tell me how I can get this excel object cleaned up on win server
2003?

thanks