Hey Mike, The URL is the same as its the same controller for both linux and IE so no mispelling. Funny enough (well...not really) I did try to put return "Hello World" and it still barfed. It isnt a firewall issue as some pages do render like a charm.
The strange thing is, I do sometimes see the page come up. Its almost as if it timing out the page if there is such a thing. I'm not running a proxy just using paste at the moment. Thanks, Gazza On Mar 12, 5:12 pm, Mike Orr <[email protected]> wrote: > On Fri, Mar 12, 2010 at 2:10 PM, gazza <[email protected]> wrote: > > I then opened up with IE and the page fails to render. > > We don't know if it's a rendering problem or if IE can't find the > server or site at all. IE has a way of displaying vague error > messages that don't tell you what exactly the problem is. But the > first step would be to see if the URL is misspelled. I assume you're > running both browsers on the same computer, so there isn't a > difference of one having a workstation firewall and the other not. If > you're using a proxy, are the proxy settings correct? > > The error message sounds like it can't find the site, but it may be > hiding an Internal Server Error. Does the server error log say > anything? You can put a log message at the top of the action to see > if that point is even reached, or "return 'hello world'". You can > enable debug logging on Routes to see if it got the request. Or if you > have a TCP monitoring program, you can see if packets are going in or > out. Or you can set up Apache with a simple index.html file in place > of the application, and see if IE will display that. > > -- > Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
