Hi Chris,
Check this:
FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files Folder
http://support.microsoft.com/?id=319991
Not sure it will help. Cheers.

Signature
Regards,
Chua Wen Ching :)
> Hello,
>
[quoted text clipped - 5 lines]
>
> Thank you for your help.
C#Chris - 05 Jul 2004 08:49 GMT
Thank you very much for your help, dear Chua Wen Ching.
I have just gone to the link you gave and done two attempts according to the advice given by Microsoft.
First, I verified that the path of my Web application did not finish with a back slash, by placing the ASP "Request.ServerVariables("APPL_PHYSICAL_PATH")" instruction in an ".asp" page located in the application folder. The path returned was : "C:\Documents and Settings\userName\VSWebCache\folder1\myWebAppName". So it didn't finish with a back slash.
I then tried to update the .Net Framework installed on my computer with the last Service Pack (SP 2). But the update didn't accept to start. The version installed must already be up to date.
Have I done well ? Are there other things to try ?
Thanks,
Chris
> Hi Chris,
>
[quoted text clipped - 14 lines]
> >
> > Thank you for your help.