This is mostly a note to self since I always seems to forget how to do it:)
To setup a NServiceBus endpoint to make all calls to RavenDB through fiddler you need to do the following:
Configure the proxy for your endpoint by adding the following to your app.config
| 1 2 3 4 5 |
|
With the proxy setup we just need to change the Raven connection string to go through fiddler by adding:
| 1 2 3 |
|
That should be it, happy debugging!