I have an app developed in VS 2003 using the 1.1 Framework that uses a
private assembly. First I deployed this through IIS, adding the website
to the trusted sites. These are in the same directory on the web
server. When the site was in the trusted sites, it worked on the client
with no problem. However I have removed it from the trusted sites, and
created a code group (with full permissions for now) to the key used
for both the exe and dll. I have also added the url with full
permissions. When I attempt to download this, I get a filenot found
exception. The fusion log indicates the private assembly cannot be
found in the Appbase (Temporary Internet Files) directory on the client
where the exe gets downloaded. I have checked the keys and version
numbers are the same. I have tried in my development environment using
Win 2K and XP and the local 192 address with the same results. I do not
want to put this in the gac as it's a private assembly. Should this dll
get downloaded automatically into Temporary Internet Files? Is there
something else I need to do to get this to download?

This is the fusion log:
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file
specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable C:\Documents and Settings\Lawrence\Local
Settings\Temporary Internet
Files\Content.IE5\4HYDR86L\ViaPeak.TestSecurity.Main[1].exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = Viapeak.TestSecurity.Business, Version=1.1.4.0,
Culture=neutral, PublicKeyToken=933b2f9fa4958519
(Fully-specified)
LOG: Appbase = C:\Documents and Settings\Lawrence\Local
Settings\Temporary Internet Files\Content.IE5\4HYDR86L\
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : Viapeak.TestSecurity.Main, Version=1.1.4.0,
Culture=neutral, PublicKeyToken=933b2f9fa4958519.
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Viapeak.TestSecurity.Business,
Version=1.1.4.0, Culture=neutral, PublicKeyToken=933b2f9fa4958519
LOG: Cache Lookup was unsuccessful.

Thanks for your help