Hi there
SCCM 2007 R3 site, with a package I've created for upgrading Windows 8 Enterprise to Windows8.1 Enterprise.
During the xfer of data to cache, a file copy is required with The BITS error log indicates this file ( web.config.default). is being blocked from download from the DP's IIS site (I can understand why these files would be blocked).
I've edited ApplicationHost.config file and removed all request filtering and file extension restrictions but this doesn't seem to have helped, the file is still being blocked from download
Can anyone help me understand what I need to do on the IIS site (which config files are required to be edited ) to allow download of a web.config.default file, which is part of this package, to a clients cache?
Going crazy here.
here's a snippet of the BITS error log:
RETRY DELAY: 60 NO PROGRESS TIMEOUT: 2419200 ERROR COUNT: 543
PROXY USAGE: NO_PROXY PROXY LIST: NULL PROXY BYPASS LIST: NULL
ERROR FILE:
https://<DISTRIBUTIONPOINTSERVER:443/NOCERT_SMS_DP_SMSPKGD$/AGR002FB/source/sources/sxs/x86_netfx-aspnet_web_config_b03f5f7f11d50a3a_6.3.9600.16384_none_b925ce05e1ebe767/web.config.default -> C:\windows\system32\CCM\Cache\AGR002FB.1.System\source/sources/sxs/x86_netfx-aspnet_web_config_b03f5f7f11d50a3a_6.3.9600.16384_none_b925ce05e1ebe767/web.config.default
ERROR CODE: 0x801901f4
ERROR CONTEXT: 0x00000005
Cheers
Max