
04-05-2010
|
|
|
|
Re: Troubleshooting the failure of web surfing
On 04/04/10 9:43 PM, in article #YDWgz$0KHA.596@TK2MSFTNGP05.phx.gbl,
"Robert Aldwinckle" <robald@techemail.com> wrote:
>
>
> "Scott" <NoSpam-Scott.Xe@gmail.com> wrote in message
> news:C7DEAFB0.CE29%NoSpam-Scott.Xe@gmail.com...
>> I am using IE8 on Windows XP Pro. When I type in an URL and the IE failed
>> to connect to the website. Can someone point me to the right direction
>> how
>> to troubleshoot the cause of failure.
>
>
> Are you typing a full URL, including protocol prefix? Maximize your window
> and watch what is happening in the various parts of the window, especially
> the Status bar, to help refine your symptom description.
Full URL and should not have any misspelling. I tried www.hp.com as well.
>
> The symptom might be an indication of a deficiency in your DNS so you should
> try to prove that that is not the case, e.g. using ping -n 1 -w 1 in a cmd
> window. Then you might also have to pay attention to whether the host name
> is an alias for a different (aka canonical name) which your DNS also has
> trouble resolving. For completeness in this stage of your diagnosis you
> could use ipconfig /displaydns to show that your OS is caching the lookup
> so IE's symptoms couldn't be blamed on your DNS at all. Otherwise you
> could use Fiddler2 to trace what is happening with any requests that IE is
> generating.
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
What is ping -n 1 -w 1 in a cmd window? I will try it later and together
with Fiddler2.
|