Enable Telerik Fiddler tracing

You can use Fiddler for debugging.


Enable Fiddler

  1. Start Fiddler.
  2. Click Tools > Options > Connections tab.
  3. Select the Allow remote computers to connect check box and make sure that the other check boxes are cleared.
  4. If you made changes, restart Fiddler.


Uncomment Fiddler tracing in the web.config file

  1. Close any web browsers.
  2. Open the web.config file, and uncomment in the block that enables Fiddler tracing (the <system.net> block).

<!-- Enable Fiddler tracing using reverse proxy -->

<!--<system.net>

<defaultProxy>

<proxy bypassonlocal="False" usesystemdefault="True" proxyaddress="http://127.0.0.1:8888" />

</defaultProxy>

</system.net>-->

  1. Save the file.
  2. Recycle WzpSvc application pool in IIS.

Important: When you are done with the debugging, you must roll back the settings in the Options dialog box in Fiddler, and comment out the Fiddler tracing block again. Otherwise, WorkZone Process cannot run unless Fiddler is started, and other applications may get information from the database.