472,782 Members | 1,494 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,782 software developers and data experts.

especially strange "The page cannot be displayed" error

Hi all,

I'm not new to ASP.NET but I'm trying to get a simple Hello World page
going on IIS 6.0 on Windows 2003. I'm connecting from the local
machine.

It comes back with the standard "The page cannot be displayed" error
page.

Some points:
- I get a normal response from a static .html file in the same
directory as my aspx file.
- I can run the exact same Hello World .aspx from my own desktop
(Windows XP SP2, IIS 5.1)
- I re-installed asp.net by running the aspnet_regiis utililty
- .aspx files are mapped to aspnet_isapi.dll as usual and Default.aspx
is set as the default document (although I'm not relying on that, I
type the entire URL out).
- I ran the wfetch utility and I get this: "(An existing connection
was forcibly closed by the remote host.): Socket Error On Receive"
- there nothing in the IIS log file in windows\system32\logfiles
- there's nothing in the normal windows event viewer.
- If I screw around with the user that handles that web site, I can get
it to give me a permission error, so I can be pretty sure IIS is
getting the request.

Any suggestions of things to try would be greatly appreciated.

Much thanks,
Dustin Aleksiuk

Oct 17 '06 #1
2 2723
I don't remember the exact error, so this may not be related... make
sure you are not running any asp.net 1.x apps in the same application
pool as any asp.net 2.0 apps. If you have both kind of apps in the
same app pool, then whichever one is loaded first will work fine, then
the one that is loaded next will give some sort of generic error like
the one you described.

In IIS 6, you can create different "app pools", then you can set your
1.x asp.net apps to run in one app pool and your 2.0 apps in the other
app pool. Also, when looking at your website properties in IIS, don't
forget to set the correct asp.net version on the asp.net property tab.

(probably has nothing to do with your issue, but it's one more thing to
check)

Oct 18 '06 #2
Hi GroupReader,
(probably has nothing to do with your issue, but it's one more thing to
check)
Thanks for that advice. I'll check it out today. At least it's
something. :) After I wrote my original post I discovered that there's
another identical server here I could try. It was a fresh install of
everything from a ghost image. My ASP.NET test program ran without
issue. So we may just get this particular server re-ghosted, although
it's not ideal.

Much thanks,
Dustin Aleksiuk

Oct 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Joe | last post by:
I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. //UploadForm.asp <FORM NAME="InputForm"...
1
by: kongkong99 | last post by:
Hi, I have an ASP.NET application that loads files, parses them and loads in the database which is running in window 2000 webserver. When I load a text file after the file is parsed and the...
2
by: Steve M | last post by:
A few users today received the message "The trust relationship between this workstation and the primary domain failed" on their web browser while using an ASP.NET web app. The problem went away...
1
by: emon.haider | last post by:
Hi guys, I just made a web application using ASP.Net and C#. The application compiles and works fine from my workstation, but after I uploaded it to my webserver, I am getting an error of "the...
1
by: VMI | last post by:
I wrote a web service whose only purpose is to update a field in a table (sql server). And everything works except for the browser window that opens up with "The page cannot be displayed" error...
1
by: LeoKoach | last post by:
I have SSI 5+ and running Server 2000 Advance on my laptop computer. Most of you might not familiar but I also run Web Extender (An EMC Documentum Product) locally as a test site. It uses ASP.NET. I...
5
by: David Thielen | last post by:
Hi; We have our app up on a beta server. Sometimes people from outside the firewall get "The page cannot be displayed" when they try to access it. A couple of weird things about this: 1) If...
2
by: MicroMinds | last post by:
Hi, I have installed jdk 6 and tomcat 4.1.29 in my local machine. Just want to run some sample web application. When tried to check if tomcat works fine using http://localhost:8080, I'm getting...
6
by: TC | last post by:
Hey All, I'm receiving a weird error in IE now: "The XML page cannot be displayed" This is even with the simplest of pages that I previously could view. Any ideas?
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.