I have two web apps, one asp-based and one asp.net based. When accessing them through IE6 (don't ask, it's required), the temp files for the asp-based one are stored at "C:\Documents and Settings[UserName]\Local Settings\Temporary Internet Files", while the asp.net-based ones are stored at "C:\Documents and Settings\jmaddre\Local Settings\Temporary Internet Files\Content.IE5". I'm having security issues with accessing the "Content.IE5" folder, so wondering if I might change the location of those files to the "Temporary Internet Files" root folder.
My question is, is it possible to make that change? And what causes some temp files to be stored in the root folder, but others in the "Content.IE5" subfolder?
You can change the location of the temporary internet files folder, but you cannot prevent the browser wanting to create the Content.IE5 subfolder.
As to why some of the cached files may not be stored in the Content.IE5 folder, Microsoft has not provided that information.