
12-07-2009
|
|
|
|
Re: Problems showing asp-pages in ie8
"Ole Nielsen" <OleNielsen@discussions.microsoft.com> wrote in message
news:2DA67D2D-E648-49B6-A019-D2141CCA8307@microsoft.com...
> Hi
>
> When I try to show an asp-page with following html command
>
> <a href="xx.asp">Show page</a>
>
> the browser attempts to download xx.asp and not showing the page.
> Can anyone help?
>
This suggests a misconfigured server, not a problem in the client. You are
requesting from a HTTP server (such as IIS) rather than the local
filesystem, right? If you use a HTTP trace tool such as Fiddler2 what does
the Content-Type of the response from the server show? Does the server you
have this file on support ASP?
I run multiple servers with .asp file extensions on IIS (and previously on
ORA WebSite) and have never had IE try to download the file, so it's highly
unlikely to be a browser problem.
--
Dan
|