I have a Website project that I'm trying to debug using Fiddler. Fiddler doesn't track traffic from localhost, so I created another alias in my hosts file to use instead of localhost. Now I would like to have my project use the fiddler.local.com instead of localhost when I run my project. Is there a way to do this?
i.e. http://fiddler.local.com:1100/photoTest/default.aspx vs. http://localhost:1100/photoTest/default.aspx