This topic is locked

FireFox browser and ASP Runner Pro

7/21/2005 5:29:50 PM
ASPRunnerPro General questions
A
annayevs author

Are the pages created in ASP Runner not supported by Mozilla (Firefox)?
When I try to open the page, it just shows me the code of the page, not the same thing I see in IE.
Is there a way around it?
Thanks for your help,

Anna

Sergey Kornilov admin 7/22/2005

Anna,
could you give me URL where I can see this error?

A
annayevs author 7/22/2005

Here is the URL:

http://www.rimrockautomation.com/PlasticsW...icWorkshop5.jsp
Thanks for your help,

Anna

Sergey Kornilov admin 7/25/2005

Anna,
please note that ASPRunner do not create JSP (Java Server Pages). Page that you trying to open is a JSP page.
Something is wrong with Internet Information Server or JSP Server settings.
Here are headers of this page:

HTTP/1.1 200 OK

Content-Length: 12539

Date: Mon, 25 Jul 2005 08:12:40 GMT

Content-Type: application/octet-stream

ETag: "17c55396d18ec51:912"

Server: Microsoft-IIS/5.0

X-Powered-By: ASP.NET

Accept-Ranges: bytes

Last-Modified: Fri, 22 Jul 2005 15:25:27 GMT

Connection: Close


Content type should be Content-Type: text/html.
IE recognizes this situation and opens page in browser while FireFox believes this a file that needs to be downloaded.
You need to fix your Web server or JSP settings.