Hi All,

We are currently setting up a new vmserver as a Win 2k3 web server. We
installed IIS 6.0 (Application Server and ASPNET including Front Page
extensions) and it is running .Net Framework 1.1. Html pages are coming
up fine but it returns Page Cannot Be Displayed for all ASPX pages.
ASPNET and Active Server Pages are already marked as allowed on the Web
Server Extensions and I have already run aspnet_iisreg -c. I've already
tried restarting everything but it still cannot display ASPX pages. I'm
already at a lost on what's wrong or what I might have overlooked. Any
ideas what might be missing?

Re: Page cannot be dislayed for ASPX pages in IIS6.0 on Win2k3 by Kristofer

Kristofer
Mon Jan 15 11:23:26 CST 2007

Hello,

Can you please check the IIS log file and report back the status code,
substatus code and scwin32 status code logged in the log file for aspx
pages.

Thanks!

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


pio.balistoy@gmail.com wrote:

>Hi All,
>
>We are currently setting up a new vmserver as a Win 2k3 web server. We
>installed IIS 6.0 (Application Server and ASPNET including Front Page
>extensions) and it is running .Net Framework 1.1. Html pages are coming
>up fine but it returns Page Cannot Be Displayed for all ASPX pages.
>ASPNET and Active Server Pages are already marked as allowed on the Web
>Server Extensions and I have already run aspnet_iisreg -c. I've already
>tried restarting everything but it still cannot display ASPX pages. I'm
>already at a lost on what's wrong or what I might have overlooked. Any
>ideas what might be missing?

Re: Page cannot be dislayed for ASPX pages in IIS6.0 on Win2k3 by Matthew

Matthew
Mon Jan 15 17:17:39 CST 2007

Try reinstalling W3K3 SP1. There's a known issue with mismatched dlls.

- Matt Small


<pio.balistoy@gmail.com> wrote in message
news:1168849877.686523.156530@s34g2000cwa.googlegroups.com...
> Hi All,
>
> We are currently setting up a new vmserver as a Win 2k3 web server. We
> installed IIS 6.0 (Application Server and ASPNET including Front Page
> extensions) and it is running .Net Framework 1.1. Html pages are coming
> up fine but it returns Page Cannot Be Displayed for all ASPX pages.
> ASPNET and Active Server Pages are already marked as allowed on the Web
> Server Extensions and I have already run aspnet_iisreg -c. I've already
> tried restarting everything but it still cannot display ASPX pages. I'm
> already at a lost on what's wrong or what I might have overlooked. Any
> ideas what might be missing?
>


Re: Page cannot be dislayed for ASPX pages in IIS6.0 on Win2k3 by pio

pio
Mon Jan 15 20:15:59 CST 2007

Hi Kris,
Is this what you are referring to? I got this from the \W3SVC1 folder
of the logs.

cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status
sc-substatus sc-win32-status

Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727;+.NET+CLR+1.1.4322)
200 0 0

Hi Matt,
Is it just reinstalling SP1 (or rebuilding the whole OS?)? I would like
to exhaust all possible solutions first before trying to reinstall
anything on the OS.

Kristofer Gafvert wrote:
> Hello,
>
> Can you please check the IIS log file and report back the status code,
> substatus code and scwin32 status code logged in the log file for aspx
> pages.
>
> Thanks!
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> pio.balistoy@gmail.com wrote:
>
> >Hi All,
> >
> >We are currently setting up a new vmserver as a Win 2k3 web server. We
> >installed IIS 6.0 (Application Server and ASPNET including Front Page
> >extensions) and it is running .Net Framework 1.1. Html pages are coming
> >up fine but it returns Page Cannot Be Displayed for all ASPX pages.
> >ASPNET and Active Server Pages are already marked as allowed on the Web
> >Server Extensions and I have already run aspnet_iisreg -c. I've already
> >tried restarting everything but it still cannot display ASPX pages. I'm
> >already at a lost on what's wrong or what I might have overlooked. Any
> >ideas what might be missing?


Re: Page cannot be dislayed for ASPX pages in IIS6.0 on Win2k3 by Kristofer

Kristofer
Tue Jan 16 00:31:35 CST 2007

That is the log file, but what you pasted here is incomplete. Please past
the complete log entry for a request for an aspx page.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


pio.balistoy@gmail.com wrote:

>Hi Kris,
>Is this what you are referring to? I got this from the \W3SVC1 folder
>of the logs.
>
> cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status
>sc-substatus sc-win32-status
>
>Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727;+.NET+CLR+1.1.4322)
>200 0 0
>
>Hi Matt,
>Is it just reinstalling SP1 (or rebuilding the whole OS?)? I would like
>to exhaust all possible solutions first before trying to reinstall
>anything on the OS.
>
>Kristofer Gafvert wrote:
>>Hello,
>>
>>Can you please check the IIS log file and report back the status code,
>>substatus code and scwin32 status code logged in the log file for aspx
>>pages.
>>
>>Thanks!
>>
>>--
>>Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>pio.balistoy@gmail.com wrote:
>>
>>>Hi All,
>>>
>>>We are currently setting up a new vmserver as a Win 2k3 web server. We
>>>installed IIS 6.0 (Application Server and ASPNET including Front Page
>>>extensions) and it is running .Net Framework 1.1. Html pages are coming
>>>up fine but it returns Page Cannot Be Displayed for all ASPX pages.
>>>ASPNET and Active Server Pages are already marked as allowed on the Web
>>>Server Extensions and I have already run aspnet_iisreg -c. I've already
>>>tried restarting everything but it still cannot display ASPX pages. I'm
>>>already at a lost on what's wrong or what I might have overlooked. Any
>>>ideas what might be missing?

Re: Page cannot be dislayed for ASPX pages in IIS6.0 on Win2k3 by pio

pio
Sun Jan 21 22:59:31 CST 2007

Thanks everyone. You were right Matt, SP1 reinstall fixed the issue.
Thanks again.
Kristofer Gafvert wrote:
> That is the log file, but what you pasted here is incomplete. Please past
> the complete log entry for a request for an aspx page.
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> pio.balistoy@gmail.com wrote:
>
> >Hi Kris,
> >Is this what you are referring to? I got this from the \W3SVC1 folder
> >of the logs.
> >
> > cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status
> >sc-substatus sc-win32-status
> >
> >Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727;+.NET+CLR+1.1.4322)
> >200 0 0
> >
> >Hi Matt,
> >Is it just reinstalling SP1 (or rebuilding the whole OS?)? I would like
> >to exhaust all possible solutions first before trying to reinstall
> >anything on the OS.
> >
> >Kristofer Gafvert wrote:
> >>Hello,
> >>
> >>Can you please check the IIS log file and report back the status code,
> >>substatus code and scwin32 status code logged in the log file for aspx
> >>pages.
> >>
> >>Thanks!
> >>
> >>--
> >>Regards,
> >>Kristofer Gafvert
> >>http://www.gafvert.info/iis/ - IIS Related Info
> >>
> >>
> >>pio.balistoy@gmail.com wrote:
> >>
> >>>Hi All,
> >>>
> >>>We are currently setting up a new vmserver as a Win 2k3 web server. We
> >>>installed IIS 6.0 (Application Server and ASPNET including Front Page
> >>>extensions) and it is running .Net Framework 1.1. Html pages are coming
> >>>up fine but it returns Page Cannot Be Displayed for all ASPX pages.
> >>>ASPNET and Active Server Pages are already marked as allowed on the Web
> >>>Server Extensions and I have already run aspnet_iisreg -c. I've already
> >>>tried restarting everything but it still cannot display ASPX pages. I'm
> >>>already at a lost on what's wrong or what I might have overlooked. Any
> >>>ideas what might be missing?