Prabir's Blog

where the tech matters...

Fiddler and Visual Studio Web Server - Cassini

October 26
by prabir 26. October 2009 00:41

If you have been tried using Fiddler in localhost of Visual Studio inbuilt Web Server called Cassini, you mite have noticed that you will receive a HTTP 502 error. Saying [Fiddler] Connection to localhost failed.

To solve this you might try adding period (.) after localhost as shown below.

image

For some machines it seems to work but some it doesn’t. In case in yours it doesn’t work try changing localhost to 127.0.0.1 and then adding period (.) after it.

image


Share/Save/Bookmark Subscribe

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

ASP.NET

blog comments powered by Disqus