473,320 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

aspxpage\netscape

rj
I have .net 1.1 SP 1 setup on my W2k server. I have a website, with the
default web page as a html page with static content, and a few links.
When the user clicks on one of the links it is directed to an aspx page
on the website. In IE the aspx page opens up as expected, in NS 7.1 a
file save dialog opens up, for the page to be saved, instead of being
displayed. What would cause this?
TIA

Nov 18 '05 #1
1 816
> I have .net 1.1 SP 1 setup on my W2k server. I have a website, with the
default web page as a html page with static content, and a few links.
When the user clicks on one of the links it is directed to an aspx page
on the website. In IE the aspx page opens up as expected, in NS 7.1 a
file save dialog opens up, for the page to be saved, instead of being
displayed. What would cause this?


You're opening the file via windows file system (c:/inetpub/wwroot/etc.),
rather than via the web server (http://localhost/etc.)

An ASPX page has to first be processed by the server before being sent to
the browser.

-Darrel
Nov 18 '05 #2

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

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.