Re: Slow Intranet performance apparently due to CAB file

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Tom Kaminski [MVP] ((A_at_T))
Date: 09/28/04


Date: Tue, 28 Sep 2004 08:50:44 -0400


"NEtsdpace news" <cde.support@cde-pl.com.au> wrote in message
news:cjaeet$13kt$1@otis.netspace.net.au...
> I've developed an Intranet app that among other things creates form
> letters
> using a VB dll, via a cab file, to access Word functions. It works
> perfectly
> and performs well when asked to create the Word documents.
>
> However my problem is that it takes >30 seconds for the initial page to
> display. If I comment out the "<OBJECT>" definition and as a consequence
> all lines/function referencing that object, the page displays <3 seconds.
> The object is defined as:
> <OBJECT ID="docobject"
> CLASSID="CLSID:9735B64A-792C-8167-5912-18A4B729BBA36"
> CODEBASE="DOCCAB.CAB#version=-1,-1,-1,-1" HEIGHT="0" WIDTH="0"></OBJECT>
>
> All machines inc IIS are XP Pro, unfortunately, they are also SP2. I
> believe
> the security settings are fine as it allows the download of the cab file
> without pop up and the execution of the dll. The site is set up globally
> as
> a trusted site. Should I move to Intranet site?
>
> Any help is greatly appreciated.

FWIW, this has nothing to do with ASP.

Once the client has obtained the CAB it should not need to download again.
What's with "#version=-1,-1,-1,-1"? That's what the client uses to
determine if it needs to download the object, and they're not usually
negative one's ...

-- 
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com


Relevant Pages

  • Re: IIS 6.0 and Visual C++ ISAPI DLL
    ... You told IIS to allow DLL to be downloaded ... instead of executing it on the server. ... on all IIS versions, ... me to download the DLL rather then outputting something on the browser. ...
    (microsoft.public.inetserver.iis)
  • Re: rename file on download
    ... You can, but it requires you to add new Application Mappings in IIS, then ... you must program a DLL to do the actual job for you, ... redirect the user to a download page where the user will start to download ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: rename file on download
    ... You can, but it requires you to add new Application Mappings in IIS, then ... you must program a DLL to do the actual job for you, ... redirect the user to a download page where the user will start to download ...
    (microsoft.public.dotnet.general)
  • Re: rename file on download
    ... You can, but it requires you to add new Application Mappings in IIS, then ... you must program a DLL to do the actual job for you, ... redirect the user to a download page where the user will start to download ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Slow Intranet performance apparently due to CAB file
    ... >> I've developed an Intranet app that among other things creates form ... >> using a VB dll, via a cab file, to access Word functions. ... > Once the client has obtained the CAB it should not need to download again. ...
    (microsoft.public.inetserver.asp.general)