I have recently installed the latest Fiddler (Fiddler4) and absolutely nothing that I try is working to get it to capture local traffic. I have an MVC application that is conne
Try adding a record in your hosts file (c:\windows\system32\drivers\etc\hosts), like:
127.0.0.1 mysite.local
You'll then need a binding in your website in IIS to match.
Then use http://mysite.local/