A newbie to Fiddler so I am hoping someone can help me here.
I had installed Fiddler on my Win2012 server to trace some web service calls from an ASP.NET app
According to the docs to get this to work requires adding an entry in machine.config
http://blogs.telerik.com/fiddler/posts/13-01-08/capturing-traffic-from-.net-services-with-fiddler <http://blogs.telerik.com/fiddler/posts/13-01-08/capturing-traffic-from-.net-services-with-fiddler>
I have now uninstalled Fiddler but the proxy redirect it has set up is still appears to be operating, and I get this error:
-------------------------------------------------------
No connection could be made because the target machine actively refused it 127.0.0.1:8888
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8888
-------------------------------------------------------
I have restored machine.config back to default but no luck. I have stopped & started the app pool. I have also rebooted the server
I noticed there were also some registry settings added by Fiddler for the Proxy. I have also removed those.
I am at a loss as to what else is still intercepting the ASP.NET traffic.
It only occurs on submission of a .NET form
Any pointers would be greatly appreciated!