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 8379675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:15:16+00:00 2026-06-09T16:15:16+00:00

I have got Windows xp sp3, Visual studio 2010 sp1, IIS Express 7.5 and

  • 0

I have got Windows xp sp3, Visual studio 2010 sp1, IIS Express 7.5 and IE8.
IN VS 2010 I am using IIS Express for new file-based web sites and projects.

Whenever I start debugging from VS, it opens IE empty window and then everything freezes. The only option out is to switch off computer.

Binding for the IIS default site – WebSite1 in applicationhost.config file is set to

// binding protocol=”http” bindingInformation=”:8080:localhost”//

If I start IIS Express from command prompt common outcomes are as follows:

1) If I start Website1 from IIS Express icon in task bar – iisexpresstray, most of the time I receive IE window with the message “Internet Explorer cannot display the webpage”.
From the weblog file the only unusual thing that I can see is that Client-IP and Server-IP are given in IPv6 format “::1”

All other times everything freezes and nothing is recorded neither in weblog file nor in web trace files. Also windows event viewer does not have any recorded event linked to this event.

2) If I try to open Website1 directly from IE http: //localhost:8080/ most of the time site opens properly. From the weblog file I find that Client-IP and Server-IP are given as 127.0.0.1.

Sometimes I get “Internet Explorer cannot display the webpage” as above and weblog file again shows Client-IP and Server-IP in IPv6 format as “::1”.

Sometimes it freezes windows as above without any trace neither in weblog file nor in web trace files nor windows event viewer.

Any thoughts? Keep in mind that I have limited knowledge about these things.

  • 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-06-09T16:15:17+00:00Added an answer on June 9, 2026 at 4:15 pm

    It seems to me that problem is somewhere along the routing chain. Some link (obviously important one if it is able to crash windows!) in the chain does not understand IPv6 syntax. I do not have either skill or time to investigate this further, but at least I came up with the work around.

    The idea is to force everyone to work with IPv4 notation instead of IPv6 one.

        1) In Visual Studio 2010 SP1 open project’s properties page
        2) Select “Web” tab. 
        3) In the “Servers” area select “Apply server settings to all 
        users (store in project file)”, 
        4) Select “Use Local IIS Web server”, 
        5) Select “Use IIS Express” 
        6) In the Project Url text box enter 
        http://127.0.0.1:8081 
        instead of 
        http://localhost:8081 .
    

    Or check and eventually change manually:

        1) In C:\...\My Documents\IISExpress\config\ applicationhost.config replace
        <binding protocol="http" bindingInformation="*:8081:localhost" /> 
        with
        <binding protocol="http" bindingInformation="*:8081:127.0.0.1" />
    
        2) Also in Visual studio project file *.csproj replace
        <IISUrl>http://localhost:8081/</IISUrl> 
        with
        <IISUrl>http://127.0.0.1:8081/</IISUrl>.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Windows Workflow Foundation 4.0. I have got a console app running
We have got a solaris shared object(.so) compiled using sun studio creator[Sun C++ 5.10]
I have a VS2008 C++ application for Windows XP SP3 developed using WTL 8.1.
I have got string containing windows path to file. It looks something like this:
We have got a web application and a windows forms application. The web application
This question about Timers for windows services got me thinking: Say I have (and
vb.net windows forms question. I've got 3 forms that have exactly the same functions,
I have got the requirement to find the core file in multiple box/machine and
I recently installed Visual Studio 2010 (Ultimate edition, final version released in April), and
I've got yet another deployment problem. What I have: little Windows Forms application that

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.