Ask a Question related to Windows Server, Design and Development.
-
NickyW #1
Server can ping but not browse to websites
Hi,
Can anyone help,
I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
web sites through the browser. I can ping other websites I just can't browse
to them. This is a problem as one of my asp.net webpages creates
System.Net.WebRequest objects and gets data from a webpage on an external
site.
A reboot fixes the problem, but only for a few days, and then it happens
again.
It sounds like I am filling up some sort of object or connection cache which
gets cleared with a re-boot, but I can't find what or where this is.
Any suggestions?
Thanks,
Nicky
NickyW Guest
-
Ping Flash Media Server not working
I just installed trial FMS on my XP Pc and I also installed IIS. I can login FMS control fine and see the applications ( this website sample code)... -
Can't ping or request server information?
Hi, I downloaded the free developers edition of FMS2 last week to get my head around it before asking my company to buy it...only trouble is now... -
Two Websites/Two Databases One Server
We have two websites on one server. The first website was created in FrontPage. On the "Home" page there is a link that takes the user to the other... -
No Websites are using this Publishing Server
We are in a Windows Server 2003 Environment, and had been using contribute publishing services without incident for over a year. This particular... -
Can't ping many addresses, but can browse them fine
I have a ADSL gateway and 5 PCs, all can browse fine, DNS resolution is fine, but I get Request Timed Out on most ping attempts. I can ping... -
MartinHTN #2
ipconfig /flushdns?
Nicky:
I have no idea if this is even the problem, but have you cleared the DNS
resolver cache to see if that resolves the issue before rebooting? The
command is "ipconfig /flushdns." It's an easy thing to test for, so at least
try that.
Regards,
Martin
"NickyW" <nickyw@replytogroup.com> wrote in message
news:Of%236qWqWEHA.1164@tk2msftngp13.phx.gbl...browse> Hi,
>
> Can anyone help,
>
> I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
> web sites through the browser. I can ping other websites I just can'twhich> to them. This is a problem as one of my asp.net webpages creates
> System.Net.WebRequest objects and gets data from a webpage on an external
> site.
>
> A reboot fixes the problem, but only for a few days, and then it happens
> again.
>
> It sounds like I am filling up some sort of object or connection cache> gets cleared with a re-boot, but I can't find what or where this is.
>
> Any suggestions?
>
> Thanks,
> Nicky
>
>
>
MartinHTN Guest
-
Felix Zachlod #3
Re: Server can ping but not browse to websites
NickyW wrote:
can you telnet to the other site and request the page via typing a> Hi,
>
> Can anyone help,
>
> I have a webserver(Windows 2000, IIS 5.0) that is unable to see any other
> web sites through the browser. I can ping other websites I just can't browse
> to them. This is a problem as one of my asp.net webpages creates
> System.Net.WebRequest objects and gets data from a webpage on an external
> site.
>
> A reboot fixes the problem, but only for a few days, and then it happens
> again.
manual get command?
telnet [url]www.foobar.com[/url] 80
GET / HTTP/1.1
Host:[url]www.foobar.com[/url]
<CR><LF>
regards, Felix
Felix Zachlod Guest
-
Felix Zachlod #4
Re: ipconfig /flushdns?
MartinHTN wrote:
So if he can ping the remote host I don't think its a DNS Problem, as> Nicky:
>
> I have no idea if this is even the problem, but have you cleared the DNS
> resolver cache to see if that resolves the issue before rebooting? The
> command is "ipconfig /flushdns." It's an easy thing to test for, so at least
> try that.
the ping command does resolve from the DNS cache too (if TTL not expired)
regards, Felix
Felix Zachlod Guest



Reply With Quote

