I cannot open one website (all others open fine)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to open a real estate web site and get the following message:

Server Error in '/' Application.

Runtime Error

Description: An application error occured on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".

Then it gives an example of how to write the tag, I guess. I do not really
want to do this, I just want to be able to open ths one web site. All other
websites that I go to open just fine. I have open the web site
(http://johnlscott.com) on other machines and have called the real estate
company....all successfully...it is something happening on my computer.

Can anyone help?

Thanks!

Scott
 
Here is a strange one! After reviewing my post I saw there was a hyperlink to
the website that I typed in my message. I clicked on that hyperlink and,
viola!, I got to the website just fine.

Hmmmm....this support site REALLY does work!
 
FWIW, it works for me, too.
--
Margaret


ScottWatkins said:
Here is a strange one! After reviewing my post I saw there was a hyperlink
to
the website that I typed in my message. I clicked on that hyperlink and,
viola!, I got to the website just fine.

Hmmmm....this support site REALLY does work!
 
ScottWatkins said:
Here is a strange one! After reviewing my post I saw there was a hyperlink to
the website that I typed in my message. I clicked on that hyperlink and,
viola!, I got to the website just fine.

Hmmmm....this support site REALLY does work!


Clicking on the link in OE gets

Line: 136
Character: 2
Error: BrowserType is undefined

In fact View Source finds this on Ln 140, Col 2 (according to Notepad)
Add( 'bt',BrowserType);

It's declared in sniffer.js where there is then some really horrible logic
to try to set it to a value, (including the possibility of "unknown") but evidently
all cases must not be covered? Why not initialize it with "unknown"
at least to cover up that defiicency and avoid the error?

FWIW here is the User-Agent which was sent with the request:

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)


Using the link from the web interface to newsgroups page to launch
a new window gets:

Line: 465
Character: 13
Error: Object Expected

Again I suspect that that line number is not the one that Notepad reports.
E.g. I found this at Ln: 470, Col 13

LoadState(document.getElementById("ddlState"));

Perhaps they didn't consider the possibility of someone from out of the
country looking at it? (I'm browsing from Canada.)


FWIW

Robert Aldwinckle
---
 
Back
Top