From: E/B on
OK. Operating in the blind but here's my best description:

- Disabled the Security item when you first suggested that approach.
Sorry for not mentioning it; Security tab remains 'Disabled'.
- Here is one of the Fiddler2 WebSessions URL's copied from the long
list:
http://www.suntree.com/club/scripts/filelib/filelib_download.asp?CLNK=1&GRP=&NS=&FID=116541&APP=201which shows in the Content Type column .pdf -Clicking on Inspectors and then Headers the top half shows a .aspwhile in the bottom half in Headers it shows .pdf in Entity andMiscellaneous.I admit to just guessing where to go, but if you point me for some otherdata I'll try to provide it."Robert Aldwinckle" <robald(a)techemail.com> wrote in messagenews:%23nxeppvmKHA.3128(a)TK2MSFTNGP02.phx.gbl...:: "E/B" <embillma(a)earthlink.net> wrote in messagenews:%23Udq0zsmKHA.1540(a)TK2MSFTNGP06.phx.gbl...: > Have HTTP Debugging Proxy displayed and it shows 2 entries: aFiddler2: > and a tools.google.: > Have no idea what you mean about 'trace the request.......'.::: That's what Fiddler does. ; )::: > I admit to needing to be led by the hand for any of these technical: > approaches. Like many I just 'use' the computer and yell for helpwhen: > things go awry.::: Start Fiddler and use its WinInet menu to change your connection: to use a proxy. Then when you make a request via IE you will be: able to see it in the Web Sessions frame and inspect its details with: the Inspectors tab. Press F8 and F6 if necessary. What you want: to see if the response which contains the pdf file being downloaded.: In particular I'm assuming that you will probably see Content-type:: indicating something other than pdf to account for your symptom.:: But if you don't care about diagnosing your symptom: please try the workaround I suggested and about which: you *still* have not responded.::: Good luck:: Robert: ---:::

From: Robert Aldwinckle on

"E/B" <embillma(a)earthlink.net> wrote in message news:%23C5SXx4mKHA.1544(a)TK2MSFTNGP06.phx.gbl...
> OK. Operating in the blind but here's my best description:
>
> - Disabled the Security item when you first suggested that approach.
> Sorry for not mentioning it; Security tab remains 'Disabled'.
> - Here is one of the Fiddler2 WebSessions URL's copied from the long
> list:

> http://www.suntree.com/club/scripts/filelib/filelib_download.asp?CLNK=1&GRP=&NS=&FID=116541&APP=201


Thanks for the link. It helps.


> which shows in the Content Type column .pdf -Clicking on Inspectors and then Headers
> the top half shows a .aspwhile in the bottom half in Headers it shows .pdf
> in Entity andMiscellaneous.I admit to just guessing where to go,
> but if you point me for some otherdata I'll try to provide it.

I didn't see that. I got a prompt to Open or Save. Clicking Open
caused it to open in Acrobat Reader. No sign of an aspwhile.
Perhaps the site was changed?

<Fiddler>
HTTP/1.1 200 OK
Connection: close
Date: Fri, 22 Jan 2010 20:50:54 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-UA-Compatible: IE=7
pragma: no-cache
cache-control: private
Content-Disposition: attachment;filename=Tattler011910.pdf
content-length: 1635547
Content-Type: application/pdf; Charset=UTF-8
Expires: Fri, 22 Jan 2010 19:10:54 GMT
Cache-control: private

%PDF-1.4
%����

</Fiddler>

However, I'm using IE8 to read this which would account for the
X-UA-Compatible: IE=7
header. I wouldn't expect an IE6 user to get that.

I guess I forgot to tell you to click on the Reponse Headers button
but I think you found that anyway? Good work. ; )


HTH

Robert
---


From: E/B on
The text of the original email I received which started all my confusion
and instigated my cry for help is:

"To view The Tattler (PDF format), please click the link below:
Tattler: 1-19-10"
"/club/page_navig.asp?CLNK=1&APC=FILELIB_DOWNLOAD&GRP=&NS=&FID=116541"

Your latest comment: "I got a prompt to Open or Save. Clicking Open
: caused it to open in Acrobat Reader. No sign of an aspwhile."
prompted me to go back to the beginning and I found the following which
is the full sequence of what I have to do to gain access to the .pdf
newsletter in IE6:

-Clicking on the Tattler link yields a small AdAware File Download
window with the .asp name and the Adobe PDF Reader as the type.
-Clicking on Open provides another small window "Open File -
Security Warning" with the .asp name and PDF type.
-Again clicking on Open provides a third small window "100% of
filelib_download.asp from ....".
-Clicking on the Open button yields another 'Open File - Security
Warning' window.
-Again clicking on the Open button I receive an Open With ....
window showing the "filelib_download.asp" with Adobe Reader 9.3 and
Internet Explorer as the Recommended Programs to open that file.
-Clicking on OK takes me back to the Open File - Security Warning
small window and finally, clicking Open presents a readable Tattler
newsletter.

Something is rotten in Denmark. Felt outlining the complete cycle was
justified and would present my frustration with the process. Also, if
the email is forwarded to Firefox there isn't any problem - the .pdf
opens first click on the Tattler link. Last, this problem has not
existed in IE6 until now; prior pdf files have opened first click.
Don't have any other .pdf emails with which to compare this process.

"Robert Aldwinckle" <robald(a)techemail.com> wrote in message
news:u8PP%23b6mKHA.5464(a)TK2MSFTNGP02.phx.gbl...
:
: "E/B" <embillma(a)earthlink.net> wrote in message
news:%23C5SXx4mKHA.1544(a)TK2MSFTNGP06.phx.gbl...
: > OK. Operating in the blind but here's my best description:
: >
: > - Disabled the Security item when you first suggested that
approach.
: > Sorry for not mentioning it; Security tab remains 'Disabled'.
: > - Here is one of the Fiddler2 WebSessions URL's copied from the
long
: > list:
:
: >
http://www.suntree.com/club/scripts/filelib/filelib_download.asp?CLNK=1&GRP=&NS=&FID=116541&APP=201
:
:
: Thanks for the link. It helps.
:
:
: > which shows in the Content Type column .pdf -Clicking on
Inspectors and then Headers
: > the top half shows a .aspwhile in the bottom half in Headers it
shows .pdf
: > in Entity andMiscellaneous.I admit to just guessing where to go,
: > but if you point me for some otherdata I'll try to provide it.
:
: I didn't see that. I got a prompt to Open or Save. Clicking Open
: caused it to open in Acrobat Reader. No sign of an aspwhile.
: Perhaps the site was changed?
:
: <Fiddler>
: HTTP/1.1 200 OK
: Connection: close
: Date: Fri, 22 Jan 2010 20:50:54 GMT
: Server: Microsoft-IIS/6.0
: X-Powered-By: ASP.NET
: X-UA-Compatible: IE=7
: pragma: no-cache
: cache-control: private
: Content-Disposition: attachment;filename=Tattler011910.pdf
: content-length: 1635547
: Content-Type: application/pdf; Charset=UTF-8
: Expires: Fri, 22 Jan 2010 19:10:54 GMT
: Cache-control: private
:
: %PDF-1.4
: %
:
: </Fiddler>
:
: However, I'm using IE8 to read this which would account for the
: X-UA-Compatible: IE=7
: header. I wouldn't expect an IE6 user to get that.
:
: I guess I forgot to tell you to click on the Reponse Headers button
: but I think you found that anyway? Good work. ; )
:
:
: HTH
:
: Robert
: ---
:
:


From: E/B on
This should be the final gasp from here.
Have found the opening process can be shortened by clicking on the
Tattler link, saving the File Download (still shows the .asp) to My
Documents and then clicking on the My Docs entry. PDF file opens. Still
doesn't answer why the pdf file is showing as a .asp in IE but will have
to live with what works.

"E/B" <embillma(a)earthlink.net> wrote in message
news:OZESwl$mKHA.5524(a)TK2MSFTNGP05.phx.gbl...
: The text of the original email I received which started all my
confusion
: and instigated my cry for help is:
:
: "To view The Tattler (PDF format), please click the link below:
: Tattler: 1-19-10"
: "/club/page_navig.asp?CLNK=1&APC=FILELIB_DOWNLOAD&GRP=&NS=&FID=116541"
:
: Your latest comment: "I got a prompt to Open or Save. Clicking Open
:: caused it to open in Acrobat Reader. No sign of an aspwhile."
: prompted me to go back to the beginning and I found the following
which
: is the full sequence of what I have to do to gain access to the .pdf
: newsletter in IE6:
:
: -Clicking on the Tattler link yields a small AdAware File Download
: window with the .asp name and the Adobe PDF Reader as the type.
: -Clicking on Open provides another small window "Open File -
: Security Warning" with the .asp name and PDF type.
: -Again clicking on Open provides a third small window "100% of
: filelib_download.asp from ....".
: -Clicking on the Open button yields another 'Open File - Security
: Warning' window.
: -Again clicking on the Open button I receive an Open With ....
: window showing the "filelib_download.asp" with Adobe Reader 9.3 and
: Internet Explorer as the Recommended Programs to open that file.
: -Clicking on OK takes me back to the Open File - Security Warning
: small window and finally, clicking Open presents a readable Tattler
: newsletter.
:
: Something is rotten in Denmark. Felt outlining the complete cycle was
: justified and would present my frustration with the process. Also, if
: the email is forwarded to Firefox there isn't any problem - the .pdf
: opens first click on the Tattler link. Last, this problem has not
: existed in IE6 until now; prior pdf files have opened first click.
: Don't have any other .pdf emails with which to compare this process.
:
: "Robert Aldwinckle" <robald(a)techemail.com> wrote in message
: news:u8PP%23b6mKHA.5464(a)TK2MSFTNGP02.phx.gbl...
::
:: "E/B" <embillma(a)earthlink.net> wrote in message
: news:%23C5SXx4mKHA.1544(a)TK2MSFTNGP06.phx.gbl...
:: > OK. Operating in the blind but here's my best description:
:: >
:: > - Disabled the Security item when you first suggested that
: approach.
:: > Sorry for not mentioning it; Security tab remains 'Disabled'.
:: > - Here is one of the Fiddler2 WebSessions URL's copied from the
: long
:: > list:
::
:: >
:
http://www.suntree.com/club/scripts/filelib/filelib_download.asp?CLNK=1&GRP=&NS=&FID=116541&APP=201
::
::
:: Thanks for the link. It helps.
::
::
:: > which shows in the Content Type column .pdf -Clicking on
: Inspectors and then Headers
:: > the top half shows a .aspwhile in the bottom half in Headers it
: shows .pdf
:: > in Entity andMiscellaneous.I admit to just guessing where to go,
:: > but if you point me for some otherdata I'll try to provide it.
::
:: I didn't see that. I got a prompt to Open or Save. Clicking Open
:: caused it to open in Acrobat Reader. No sign of an aspwhile.
:: Perhaps the site was changed?
::
:: <Fiddler>
:: HTTP/1.1 200 OK
:: Connection: close
:: Date: Fri, 22 Jan 2010 20:50:54 GMT
:: Server: Microsoft-IIS/6.0
:: X-Powered-By: ASP.NET
:: X-UA-Compatible: IE=7
:: pragma: no-cache
:: cache-control: private
:: Content-Disposition: attachment;filename=Tattler011910.pdf
:: content-length: 1635547
:: Content-Type: application/pdf; Charset=UTF-8
:: Expires: Fri, 22 Jan 2010 19:10:54 GMT
:: Cache-control: private
::
:: %PDF-1.4
:: %
::
:: </Fiddler>
::
:: However, I'm using IE8 to read this which would account for the
:: X-UA-Compatible: IE=7
:: header. I wouldn't expect an IE6 user to get that.
::
:: I guess I forgot to tell you to click on the Reponse Headers button
:: but I think you found that anyway? Good work. ; )
::
::
:: HTH
::
:: Robert
:: ---
::
::
:
:


From: E/B on
Trying out Chrome Google as browser and note the Tattler pdf file opens
directly same as in Firefox. IE6 browser only problem area. Remain
confused.

"E/B" <embillma(a)earthlink.net> wrote in message
news:ubrER7EnKHA.1544(a)TK2MSFTNGP06.phx.gbl...
: This should be the final gasp from here.
: Have found the opening process can be shortened by clicking on the
: Tattler link, saving the File Download (still shows the .asp) to My
: Documents and then clicking on the My Docs entry. PDF file opens.
Still
: doesn't answer why the pdf file is showing as a .asp in IE but will
have
: to live with what works.
:
: "E/B" <embillma(a)earthlink.net> wrote in message
: news:OZESwl$mKHA.5524(a)TK2MSFTNGP05.phx.gbl...
:: The text of the original email I received which started all my
: confusion
:: and instigated my cry for help is:
::
:: "To view The Tattler (PDF format), please click the link below:
:: Tattler: 1-19-10"
::
"/club/page_navig.asp?CLNK=1&APC=FILELIB_DOWNLOAD&GRP=&NS=&FID=116541"
::
:: Your latest comment: "I got a prompt to Open or Save. Clicking Open
::: caused it to open in Acrobat Reader. No sign of an aspwhile."
:: prompted me to go back to the beginning and I found the following
: which
:: is the full sequence of what I have to do to gain access to the .pdf
:: newsletter in IE6:
::
:: -Clicking on the Tattler link yields a small AdAware File Download
:: window with the .asp name and the Adobe PDF Reader as the type.
:: -Clicking on Open provides another small window "Open File -
:: Security Warning" with the .asp name and PDF type.
:: -Again clicking on Open provides a third small window "100% of
:: filelib_download.asp from ....".
:: -Clicking on the Open button yields another 'Open File - Security
:: Warning' window.
:: -Again clicking on the Open button I receive an Open With ....
:: window showing the "filelib_download.asp" with Adobe Reader 9.3 and
:: Internet Explorer as the Recommended Programs to open that file.
:: -Clicking on OK takes me back to the Open File - Security Warning
:: small window and finally, clicking Open presents a readable Tattler
:: newsletter.
::
:: Something is rotten in Denmark. Felt outlining the complete cycle was
:: justified and would present my frustration with the process. Also, if
:: the email is forwarded to Firefox there isn't any problem - the .pdf
:: opens first click on the Tattler link. Last, this problem has not
:: existed in IE6 until now; prior pdf files have opened first click.
:: Don't have any other .pdf emails with which to compare this process.
::
:: "Robert Aldwinckle" <robald(a)techemail.com> wrote in message
:: news:u8PP%23b6mKHA.5464(a)TK2MSFTNGP02.phx.gbl...
:::
::: "E/B" <embillma(a)earthlink.net> wrote in message
:: news:%23C5SXx4mKHA.1544(a)TK2MSFTNGP06.phx.gbl...
::: > OK. Operating in the blind but here's my best description:
::: >
::: > - Disabled the Security item when you first suggested that
:: approach.
::: > Sorry for not mentioning it; Security tab remains 'Disabled'.
::: > - Here is one of the Fiddler2 WebSessions URL's copied from the
:: long
::: > list:
:::
::: >
::
:
http://www.suntree.com/club/scripts/filelib/filelib_download.asp?CLNK=1&GRP=&NS=&FID=116541&APP=201
:::
:::
::: Thanks for the link. It helps.
:::
:::
::: > which shows in the Content Type column .pdf -Clicking on
:: Inspectors and then Headers
::: > the top half shows a .aspwhile in the bottom half in Headers it
:: shows .pdf
::: > in Entity andMiscellaneous.I admit to just guessing where to go,
::: > but if you point me for some otherdata I'll try to provide it.
:::
::: I didn't see that. I got a prompt to Open or Save. Clicking Open
::: caused it to open in Acrobat Reader. No sign of an aspwhile.
::: Perhaps the site was changed?
:::
::: <Fiddler>
::: HTTP/1.1 200 OK
::: Connection: close
::: Date: Fri, 22 Jan 2010 20:50:54 GMT
::: Server: Microsoft-IIS/6.0
::: X-Powered-By: ASP.NET
::: X-UA-Compatible: IE=7
::: pragma: no-cache
::: cache-control: private
::: Content-Disposition: attachment;filename=Tattler011910.pdf
::: content-length: 1635547
::: Content-Type: application/pdf; Charset=UTF-8
::: Expires: Fri, 22 Jan 2010 19:10:54 GMT
::: Cache-control: private
:::
::: %PDF-1.4
::: %
:::
::: </Fiddler>
:::
::: However, I'm using IE8 to read this which would account for the
::: X-UA-Compatible: IE=7
::: header. I wouldn't expect an IE6 user to get that.
:::
::: I guess I forgot to tell you to click on the Reponse Headers button
::: but I think you found that anyway? Good work. ; )
:::
:::
::: HTH
:::
::: Robert
::: ---
:::
:::
::
::
:
: