Enabling BITS Logging for Web Site & Services MP Troubleshooting
I've seen several folks in recent months with issues related to background intelligent transfer service (BITS) when using the Web Site & Services MP. Below are instructions for enabling BITS debug logging to gather additional error data. To turn on logging: Open a command prompt and run the following commands: logman.exe start trace BITS -ets -o %windir%\System32\bits.log -nb 16 256 Then reproduce the error encountered: Turn off BITS logging: Logman.exe update bits -fd -ets Errors will be located in the following directory\file: %windir%\system32\bits.log and %windir%\system32\bits.bak. |










Comments on "Enabling BITS Logging for Web Site & Services MP Troubleshooting"
post a comment links to this post