 |
|
 |
|
Next: Internet Domains
|
| Author |
Message |
External

Since: Aug 07, 2004 Posts: 3
|
(Msg. 1) Posted: Sat Aug 07, 2004 12:53 pm
Post subject: IIS serves empty page Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hi,
I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
year, but in the last week or so, it's stopped serving pages correctly. I've
got VS2003 installed, but even requesting simple HTML pages returns a
virtually empty HTML doc which looks like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
When I browse to my any simple page, like this for example:
<html>
<head></head>
<body><H1>Hi</H1></body>
</html>
I still get the "empty" doc back. It's the same whether I use localhost, IP
or URL. However, if I open it from Windows Explorer, IE displays it fine.
Any help or direction is appreciated.
Thanks. >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
External

Since: Jun 10, 2004 Posts: 1807
|
(Msg. 2) Posted: Sat Aug 07, 2004 10:04 pm
Post subject: Re: IIS serves empty page [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sat, 7 Aug 2004 09:53:02 -0700, "David L"
<DavidL RemoveThis @discussions.microsoft.com> wrote:
>I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
>year, but in the last week or so, it's stopped serving pages correctly. I've
>got VS2003 installed, but even requesting simple HTML pages returns a
>virtually empty HTML doc which looks like this:
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
><HTML><HEAD>
><META http-equiv=Content-Type content="text/html;
>charset=windows-1252"></HEAD>
><BODY></BODY></HTML>
>
>When I browse to my any simple page, like this for example:
><html>
><head></head>
><body><H1>Hi</H1></body>
></html>
>
>I still get the "empty" doc back. It's the same whether I use localhost, IP
>or URL. However, if I open it from Windows Explorer, IE displays it fine.
>
>Any help or direction is appreciated.
Using Zone Alarm by any chance?
Jeff<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
External

Since: Aug 07, 2004 Posts: 3
|
(Msg. 3) Posted: Sat Aug 07, 2004 10:04 pm
Post subject: Re: IIS serves empty page [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks for your response.
Yes, I am. I have an Expert rule set up to allow HTTP on Port 80. There have
been a few Zone Alarm updates lately .... I just tried disabling ZA and still
have the problem. Actually, it seems I'm now able to get the most simple HTML
shown in my original message, but not this one:
<HTML><head><script language="javascript">
alert('hi');
document.location.href = "/home/";
</script></head><BODY></BODY></HTML>
Any clues about what I should check out?
Thanks again.
"Jeff Cochran" wrote:
> On Sat, 7 Aug 2004 09:53:02 -0700, "David L"
> <DavidL DeleteThis @discussions.microsoft.com> wrote:
>
> >I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
> >year, but in the last week or so, it's stopped serving pages correctly. I've
> >got VS2003 installed, but even requesting simple HTML pages returns a
> >virtually empty HTML doc which looks like this:
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> ><HTML><HEAD>
> ><META http-equiv=Content-Type content="text/html;
> >charset=windows-1252"></HEAD>
> ><BODY></BODY></HTML>
> >
> >When I browse to my any simple page, like this for example:
> ><html>
> ><head></head>
> ><body><H1>Hi</H1></body>
> ></html>
> >
> >I still get the "empty" doc back. It's the same whether I use localhost, IP
> >or URL. However, if I open it from Windows Explorer, IE displays it fine.
> >
> >Any help or direction is appreciated.
>
> Using Zone Alarm by any chance?
>
> Jeff
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
External

Since: Jun 10, 2004 Posts: 1807
|
(Msg. 4) Posted: Mon Aug 09, 2004 9:29 pm
Post subject: Re: IIS serves empty page [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sat, 7 Aug 2004 14:27:02 -0700, "David L"
<DavidL.RemoveThis@discussions.microsoft.com> wrote:
>Thanks for your response.
>
>Yes, I am. I have an Expert rule set up to allow HTTP on Port 80. There have
>been a few Zone Alarm updates lately .... I just tried disabling ZA and still
>have the problem. Actually, it seems I'm now able to get the most simple HTML
>shown in my original message, but not this one:
><HTML><head><script language="javascript">
> alert('hi');
> document.location.href = "/home/";
></script></head><BODY></BODY></HTML>
>
>Any clues about what I should check out?
Zone Alarm 5 is doing funky things, so you mmay want to revert to an
older version. That seems to be the most common issue of this type.
Have you checked with Hello World pages?
Jeff
>"Jeff Cochran" wrote:
>
>> On Sat, 7 Aug 2004 09:53:02 -0700, "David L"
>> <DavidL.RemoveThis@discussions.microsoft.com> wrote:
>>
>> >I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
>> >year, but in the last week or so, it's stopped serving pages correctly. I've
>> >got VS2003 installed, but even requesting simple HTML pages returns a
>> >virtually empty HTML doc which looks like this:
>> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> ><HTML><HEAD>
>> ><META http-equiv=Content-Type content="text/html;
>> >charset=windows-1252"></HEAD>
>> ><BODY></BODY></HTML>
>> >
>> >When I browse to my any simple page, like this for example:
>> ><html>
>> ><head></head>
>> ><body><H1>Hi</H1></body>
>> ></html>
>> >
>> >I still get the "empty" doc back. It's the same whether I use localhost, IP
>> >or URL. However, if I open it from Windows Explorer, IE displays it fine.
>> >
>> >Any help or direction is appreciated.
>>
>> Using Zone Alarm by any chance?
>>
>> Jeff
>><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
External

Since: Aug 07, 2004 Posts: 3
|
(Msg. 5) Posted: Mon Aug 09, 2004 9:29 pm
Post subject: Re: IIS serves empty page [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks, Jeff.
Doesn't look like it's Zone Alarm since I've disabled it and it's still
having the problem. I'm using Norton Firewall instead now.
As I mentioned, the very simple page seems to be okay.
Dave
"Jeff Cochran" wrote:
> On Sat, 7 Aug 2004 14:27:02 -0700, "David L"
> <DavidL RemoveThis @discussions.microsoft.com> wrote:
>
> >Thanks for your response.
> >
> >Yes, I am. I have an Expert rule set up to allow HTTP on Port 80. There have
> >been a few Zone Alarm updates lately .... I just tried disabling ZA and still
> >have the problem. Actually, it seems I'm now able to get the most simple HTML
> >shown in my original message, but not this one:
> ><HTML><head><script language="javascript">
> > alert('hi');
> > document.location.href = "/home/";
> ></script></head><BODY></BODY></HTML>
> >
> >Any clues about what I should check out?
>
> Zone Alarm 5 is doing funky things, so you mmay want to revert to an
> older version. That seems to be the most common issue of this type.
>
> Have you checked with Hello World pages?
>
> Jeff
>
> >"Jeff Cochran" wrote:
> >
> >> On Sat, 7 Aug 2004 09:53:02 -0700, "David L"
> >> <DavidL RemoveThis @discussions.microsoft.com> wrote:
> >>
> >> >I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
> >> >year, but in the last week or so, it's stopped serving pages correctly. I've
> >> >got VS2003 installed, but even requesting simple HTML pages returns a
> >> >virtually empty HTML doc which looks like this:
> >> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> >> ><HTML><HEAD>
> >> ><META http-equiv=Content-Type content="text/html;
> >> >charset=windows-1252"></HEAD>
> >> ><BODY></BODY></HTML>
> >> >
> >> >When I browse to my any simple page, like this for example:
> >> ><html>
> >> ><head></head>
> >> ><body><H1>Hi</H1></body>
> >> ></html>
> >> >
> >> >I still get the "empty" doc back. It's the same whether I use localhost, IP
> >> >or URL. However, if I open it from Windows Explorer, IE displays it fine.
> >> >
> >> >Any help or direction is appreciated.
> >>
> >> Using Zone Alarm by any chance?
> >>
> >> Jeff
> >>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
External

Since: Jun 10, 2004 Posts: 1807
|
(Msg. 6) Posted: Mon Aug 09, 2004 11:41 pm
Post subject: Re: IIS serves empty page [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hang on, I just read you whole answer. The basic problem you mention
is that this:
<HTML>
<head>
<script language="javascript">
alert('hi');
document.location.href = "/home/";
</script>
</head>
<BODY>
</BODY>
</HTML>
Displays a blank page, correct? If that's so, your system may be
functioning as expected. For the reason why, ask in a Javascript
group, it's not IIS doing anything wrong. In fact, you don't even
need a web server.
Jeff
On Mon, 9 Aug 2004 13:25:01 -0700, "David L"
<DavidL DeleteThis @discussions.microsoft.com> wrote:
>Thanks, Jeff.
>
>Doesn't look like it's Zone Alarm since I've disabled it and it's still
>having the problem. I'm using Norton Firewall instead now.
>
>As I mentioned, the very simple page seems to be okay.
>
>Dave
>
>"Jeff Cochran" wrote:
>
>> On Sat, 7 Aug 2004 14:27:02 -0700, "David L"
>> <DavidL DeleteThis @discussions.microsoft.com> wrote:
>>
>> >Thanks for your response.
>> >
>> >Yes, I am. I have an Expert rule set up to allow HTTP on Port 80. There have
>> >been a few Zone Alarm updates lately .... I just tried disabling ZA and still
>> >have the problem. Actually, it seems I'm now able to get the most simple HTML
>> >shown in my original message, but not this one:
>> ><HTML><head><script language="javascript">
>> > alert('hi');
>> > document.location.href = "/home/";
>> ></script></head><BODY></BODY></HTML>
>> >
>> >Any clues about what I should check out?
>>
>> Zone Alarm 5 is doing funky things, so you mmay want to revert to an
>> older version. That seems to be the most common issue of this type.
>>
>> Have you checked with Hello World pages?
>>
>> Jeff
>>
>> >"Jeff Cochran" wrote:
>> >
>> >> On Sat, 7 Aug 2004 09:53:02 -0700, "David L"
>> >> <DavidL DeleteThis @discussions.microsoft.com> wrote:
>> >>
>> >> >I'm running on WinXPPro with IIS 5.1. It's been running fine for over a
>> >> >year, but in the last week or so, it's stopped serving pages correctly. I've
>> >> >got VS2003 installed, but even requesting simple HTML pages returns a
>> >> >virtually empty HTML doc which looks like this:
>> >> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> >> ><HTML><HEAD>
>> >> ><META http-equiv=Content-Type content="text/html;
>> >> >charset=windows-1252"></HEAD>
>> >> ><BODY></BODY></HTML>
>> >> >
>> >> >When I browse to my any simple page, like this for example:
>> >> ><html>
>> >> ><head></head>
>> >> ><body><H1>Hi</H1></body>
>> >> ></html>
>> >> >
>> >> >I still get the "empty" doc back. It's the same whether I use localhost, IP
>> >> >or URL. However, if I open it from Windows Explorer, IE displays it fine.
>> >> >
>> >> >Any help or direction is appreciated.
>> >>
>> >> Using Zone Alarm by any chance?
>> >>
>> >> Jeff
>> >>
>>
>><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS serves empty page |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|