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

  • Home
  • SEARCH
  • 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

Up until yesterday I have been happily connecting to SQL Server Express 2005 using
I am using IIS7 URL rewriting with my website which is written in ASP.NET.
I am using IIS7.5 in Windows 7 I installed the IIS into my system
HttpContext.Current.User.Identity.Name returns null after LogOn. I am using IIS7.0 framework 4.0. and vs 2010.
I have a C# website which works fine in IIS6 & IIS7 on a
For IIS 7.5 Express, I understand that I can set the CLR version to
I am getting the following error using WCF, calling the a WCF Service on
recently my elmah exception logs are full of attempts from people using thus dam
We transferred our existing website which is running on a Server 2003 machine using

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.