aspxpage\netscape

  • Thread starter Thread starter rj
  • Start date Start date
R

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top