Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3692750
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:17:53+00:00 2026-05-19T04:17:53+00:00

I am using IIS7 Express while developing my web application. I need to use

  • 0

I am using IIS7 Express while developing my web application. I need to use fiddler to investigate an issue and cannot figure out how to configure things so I can get the HTTP stream. It seems that IIS7 express will only listen on localhost which means I cannot access the stream.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T04:17:53+00:00Added an answer on May 19, 2026 at 4:17 am

    This has nothing to do with IIS7 Express and everything to do with the fact that you’re using loopback traffic.

    Ref: https://www.fiddlerbook.com/fiddler/help/hookup.asp#Q-LocalTraffic

    Click Rules > Customize Rules.

    Update your Rules file like so:

    static function OnBeforeRequest(oSession:Fiddler.Session)
    {
        if (oSession.HostnameIs("MYAPP")) { oSession.host = "localhost:portnumber"; }
    }
    

    Then, just visit http://myapp in your browser.

    Or use the address http://localhost.fiddler/ and Fiddler will use the hostname localhost instead of converting to an IP address.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using JDeveloper , I started developing a set of web pages for a project
I'm using IIS7 and ASP.NET. Basically building a simple CMS and need to handle
We are using IIS7 and dotnet 3.5 in our company to build different web
I want to implement an ISAPI filter like feature using HttpModule in IIS7 running
I am using shared hosting with IIS7 and support for PHP. I am trying
Using PyObjC , you can use Python to write Cocoa applications for OS X.
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
I have an ASP.NET MVC application that I'm working on. I've been developing it
Using IIS7 can I get the IP that accessed a webpage at a certain
I am trying to create a virtual directory and set it's permissions using IIS7

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.