cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stephensu
Level 2

CopyFile http double request

Does anyone else get double requests on Windows 2000 Server/IIS5.0 when accessing URLs via CopyFile and http/https under IS2008 Version 14 with Licensing Hotfix?

szSrcFile = "https://my.website.com/page.asp?q="+svQuerystring;
szTargetFile = TARGETDIR ^ "target.txt";
Disable (LOGGING);
nResult = CopyFile ( szSrcFile, szTargetFile );
Enable (LOGGING);


Is this a IS2008 issue, a IIS5.0 issue, miscoding on my part, or something else?

Thanks in advance.
Labels (1)
0 Kudos
(1) Reply
hugoZZZ
Level 3

I have the same issue in IS X version. Does any one know the soulation on this issue:confused:
0 Kudos