View Single Post
  #3 (permalink)  
Old 02-19-2008, 01:27 PM
jrjespersen
Guest
 
Posts: n/a
Thumbs up

Interesting fix. I had to do all six steps. It worked on all servers.

As a side note, I did not have this issue on one of our servers. The primary difference between the server that worked and the servers I applied the steps to is internet access - the exception occurred on the servers that cannot make outbound requests.

Additionally, I found that if I just deleted the first line of that file, it worked.

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Hope this info helps!

EDIT:

I did confirm that in my case, the web server is attempting an outbound HTTP request to W3C for the DTD.

Last edited by jrjespersen; 02-19-2008 at 05:29 PM.
Reply With Quote