Contact Info

Crumbtrail

ActiveXperts.com » Support » Network Component Component » KB Article

Knowledge Base FAQ Item #1140100

 

Q1140100: Is there some kind of tracing possible with Network Component? I want this for troubleshooting purposes.

You can use the 'LogFile' property of the Http object, to enable Network Component's trace option.

If you need further logging, you can enable the logging option of the WinHTTP library of the OS. You can do this by using the 'winhttptracecfg.exe' resource utility:

WINHTTPTRACECFG.EXE -e 1 - l c:\temp\winhttptrace.log
(viewed: 2420)