---------------------------
Fiddler Port in Use
---------------------------
Unable to bind to port [Localhost:8889]. ErrorCode: 10013.
This is usually due to another service running on this port. Run NETSTAT -A at a command prompt.
If you don't want to stop using the other program, simply change the port used by Fiddler.
Click Tools > Fiddler Options > Connections, select a new port, and restart Fiddler.
System.Net.Sockets.SocketException (0x80004005): An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Fiddler.Proxy.Start(Int32 iPort, Boolean bAllowRemote)
Fiddler v4.4.3.0 [.NET 4.0.30319.18034 on Microsoft Windows NT 6.1.7601 Service Pack 1]
---------------------------
OK
---------------------------