How do I figure out why my ASP.NET pages won"t come up

How do I figure out why my ASP.NET pages won"t come up

am 01.01.2007 20:42:00 von thielen

Here are 2 lines from my log file:
2007-01-01 19:27:08 W3SVC1 127.0.0.1 GET /WindwardPortal/images/button.gif -
80 THIELEN\dave 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727) 200 0 0
2007-01-01 19:27:10 W3SVC1 127.0.0.1 GET /WindwardPortal/test.aspx - 80
THIELEN\dave 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727) 404 2 1260

The image comes up fine but the aspx file does not. Everything looks correct
in the settings, the file is there, etc. And this worked yesterday when I
tried it - all that changed is small small things in our installer that
should not affect this.

My real question is how do I debug issues like this - there has to be more
information somewhere.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

RE: How do I figure out why my ASP.NET pages won"t come up

am 02.01.2007 03:28:12 von lukezhan

Hello Dave,

The 404 error may occur when IIS hasn't been configure well or ASP.NET is
not enabled on the server, you may check following article to see if they
can help:

Common reasons IIS Server returns "HTTP 404 - File not found" error
http://support.microsoft.com/default.aspx/kb/248033

IIS 6.0: ASP.NET Is Not Automatically Installed on Windows Server 2003
http://support.microsoft.com/default.aspx/kb/332124

"HTTP Error 404 - File or Directory not found" error message when you
request dynamic content with IIS 6.0
http://support.microsoft.com/default.aspx/kb/315122

Also, for ASP.NET related questions, you may post in
microsoft.public.dotnet.framework.aspnet.

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

RE: How do I figure out why my ASP.NET pages won"t come up

am 02.01.2007 03:46:00 von thielen

Hi;

It was the ASP.NET not installed in IIS problem. How can I programatically
determine if this is the problem so we can just pop up a message to the user
when they are installing?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Luke Zhang [MSFT]" wrote:

> Hello Dave,
>
> The 404 error may occur when IIS hasn't been configure well or ASP.NET is
> not enabled on the server, you may check following article to see if they
> can help:
>
> Common reasons IIS Server returns "HTTP 404 - File not found" error
> http://support.microsoft.com/default.aspx/kb/248033
>
> IIS 6.0: ASP.NET Is Not Automatically Installed on Windows Server 2003
> http://support.microsoft.com/default.aspx/kb/332124
>
> "HTTP Error 404 - File or Directory not found" error message when you
> request dynamic content with IIS 6.0
> http://support.microsoft.com/default.aspx/kb/315122
>
> Also, for ASP.NET related questions, you may post in
> microsoft.public.dotnet.framework.aspnet.
>
> Sincerely,
>
> Luke Zhang
>
> Microsoft Online Community Support
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
> http://msdn.microsoft.com/subscriptions/support/default.aspx .
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>

Re: How do I figure out why my ASP.NET pages won"t come up

am 02.01.2007 06:10:12 von Jon Paal

please post ASP.net questions here:

--microsoft.public.dotnet.framework.aspnet

this is a classic ASP group

Re: How do I figure out why my ASP.NET pages won"t come up

am 02.01.2007 06:17:01 von thielen

sorry - ok.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




"Jon Paal" wrote:

> please post ASP.net questions here:
>
> --microsoft.public.dotnet.framework.aspnet
>
> this is a classic ASP group
>
>
>