Windows pop-up message as belows:

Unable to bind to port [Localhost:8888]. ErrorCode: 10048.

This is usually due to another service running on this port. Run NETSTAT -A at a command prompt.

What can I do?

Thanks

link|improve this question
Try asking on superuser.com ? – Paul R Jun 21 '10 at 15:03
1  
Did you run netstat -a, as instructed? What was the result? – Piskvor Jun 21 '10 at 15:21
feedback

migrated from stackoverflow.com Jun 23 '10 at 4:18

This question came from our site for professional and enthusiast programmers.

1 Answer

Tools menu -> Fiddler Options -> Connections tab -> Fiddler listens on port

There you can change the port that Fiddler uses.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown