From: Robert Aldwinckle on

"E/B" <embillma(a)earthlink.net> wrote in message news:%234bceR8lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
> More experimenting without plan finally yielded Tattler file opening.
> Have no idea why it opened, but I:
> - clicked on "Tattler: 1 12 10" link in original email which
> produced the small window with File Download "filelib_download.asp";
> Open or Save; clicked Open.
> - Scanning Completed window immediately covered by Open
> File...Security Warning; clicked Open
> - Popup blocker blocked 'something'; turned Blocker off.
> - Again clicked on Open in the "filelib......." and received another
> "Open File... Security Warning" still showing .asp.
> - Clicked on the Open button and the .pdf Tattler file opened for
> reading.

> Knowing 'why' would be great; how to have the .pdf file open on original
> email instead of being shown as .asp would be better. My result was from
> 'pushing keys'.


The best way would be to trace the interaction with Fiddler2.
Then you would likely see that there was a conflict between the MIME type
and the file extension. You might be able to ignore the MIME type and
just pay attention to the file extension by overriding a default security option:

[Disable] Open files base on content, not file extension

Tip: keystrokes after doubleclicking on security zone icon to open
Security Settings dialog to make that change are: Alt-C,M,O,D,Space


Good luck

Robert Aldwinckle
---


>
> "E/B" <embillma(a)earthlink.net> wrote in message
> news:OPga0D7lKHA.1540(a)TK2MSFTNGP06.phx.gbl...
> : Added research has revealed the following:
> : Original email forwarded to a Yahoo account in Firefox functions
> : correctly. The .pdf file extension is reflected when internal email
> link
> : "Tattler: 1 -12 - 10" is clicked and the Tattler newsletter opens.
> :
> : "E/B" <embillma(a)earthlink.net> wrote in message
> : news:e4iEir6lKHA.1648(a)TK2MSFTNGP05.phx.gbl...
> :: Sorry
> :: The email was sent to my Yahoo mail which is found in my IE6 browser
> : so
> :: thought that was appropriate.
> :: Just trying to find out why the attachment is showing .asp vice .PDF
> :: which it has been in the past.
> :: Glad to sent the problem to another newsgroup if you will point me.
> :: Thanks
> ::
> :: "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message
> :: news:OKsZ0%23tlKHA.2780(a)TK2MSFTNGP05.phx.gbl...
> ::: How does your question pertain to Internet Explorer?
> :::
> ::: E/B wrote:
> ::: > Club newsletter sent as .pdf file ("Tattler 1-12-10") now will not
> :: open.
> ::: > Click on file link receives "filelib_download.asp" instead of
> .pdf.
> ::: > Attempted to relate the .asp to be opened by AdobeRdr without
> :: success.
> ::: > Non-tech type would again like to read the weekly newsletter.
> ::
> ::
> :
> :
>
>


From: E/B on
OK. Took Fiddler2 but you are 'way over my head. Sorry to be stupid but
how do I use it to identify/solve the .pdf/.asp problem?
Direct communication OK if that will make it easier.

"Robert Aldwinckle" <robald(a)techemail.com> wrote in message
news:uthsuNBmKHA.5656(a)TK2MSFTNGP02.phx.gbl...
:
: "E/B" <embillma(a)earthlink.net> wrote in message
news:%234bceR8lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
: > More experimenting without plan finally yielded Tattler file
opening.
: > Have no idea why it opened, but I:
: > - clicked on "Tattler: 1 12 10" link in original email which
: > produced the small window with File Download "filelib_download.asp";
: > Open or Save; clicked Open.
: > - Scanning Completed window immediately covered by Open
: > File...Security Warning; clicked Open
: > - Popup blocker blocked 'something'; turned Blocker off.
: > - Again clicked on Open in the "filelib......." and received
another
: > "Open File... Security Warning" still showing .asp.
: > - Clicked on the Open button and the .pdf Tattler file opened for
: > reading.
:
: > Knowing 'why' would be great; how to have the .pdf file open on
original
: > email instead of being shown as .asp would be better. My result was
from
: > 'pushing keys'.
:
:
: The best way would be to trace the interaction with Fiddler2.
: Then you would likely see that there was a conflict between the MIME
type
: and the file extension. You might be able to ignore the MIME type
and
: just pay attention to the file extension by overriding a default
security option:
:
: [Disable] Open files base on content, not file extension
:
: Tip: keystrokes after doubleclicking on security zone icon to open
: Security Settings dialog to make that change are: Alt-C,M,O,D,Space
:
:
: Good luck
:
: Robert Aldwinckle
: ---
:
:
: >
: > "E/B" <embillma(a)earthlink.net> wrote in message
: > news:OPga0D7lKHA.1540(a)TK2MSFTNGP06.phx.gbl...
: > : Added research has revealed the following:
: > : Original email forwarded to a Yahoo account in Firefox
functions
: > : correctly. The .pdf file extension is reflected when internal
email
: > link
: > : "Tattler: 1 -12 - 10" is clicked and the Tattler newsletter opens.
: > :
: > : "E/B" <embillma(a)earthlink.net> wrote in message
: > : news:e4iEir6lKHA.1648(a)TK2MSFTNGP05.phx.gbl...
: > :: Sorry
: > :: The email was sent to my Yahoo mail which is found in my IE6
browser
: > : so
: > :: thought that was appropriate.
: > :: Just trying to find out why the attachment is showing .asp vice
..PDF
: > :: which it has been in the past.
: > :: Glad to sent the problem to another newsgroup if you will point
me.
: > :: Thanks
: > ::
: > :: "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message
: > :: news:OKsZ0%23tlKHA.2780(a)TK2MSFTNGP05.phx.gbl...
: > ::: How does your question pertain to Internet Explorer?
: > :::
: > ::: E/B wrote:
: > ::: > Club newsletter sent as .pdf file ("Tattler 1-12-10") now will
not
: > :: open.
: > ::: > Click on file link receives "filelib_download.asp" instead of
: > .pdf.
: > ::: > Attempted to relate the .asp to be opened by AdobeRdr without
: > :: success.
: > ::: > Non-tech type would again like to read the weekly newsletter.
: > ::
: > ::
: > :
: > :
: >
: >
:
:


From: Robert Aldwinckle on

"E/B" <embillma(a)earthlink.net> wrote in message news:%23OllLWCmKHA.6096(a)TK2MSFTNGP02.phx.gbl...
> OK. Took Fiddler2 but you are 'way over my head. Sorry to be stupid but
> how do I use it to identify/solve the .pdf/.asp problem?


Did you get it to trace the request and response for the download?
If so, extract the headers from the response and post them here.

Did you try changing the security settings for the workaround?


Good luck

Robert
---


> Direct communication OK if that will make it easier.
>
> "Robert Aldwinckle" <robald(a)techemail.com> wrote in message
> news:uthsuNBmKHA.5656(a)TK2MSFTNGP02.phx.gbl...
> :
> : "E/B" <embillma(a)earthlink.net> wrote in message
> news:%234bceR8lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
> : > More experimenting without plan finally yielded Tattler file
> opening.
> : > Have no idea why it opened, but I:
> : > - clicked on "Tattler: 1 12 10" link in original email which
> : > produced the small window with File Download "filelib_download.asp";
> : > Open or Save; clicked Open.
> : > - Scanning Completed window immediately covered by Open
> : > File...Security Warning; clicked Open
> : > - Popup blocker blocked 'something'; turned Blocker off.
> : > - Again clicked on Open in the "filelib......." and received
> another
> : > "Open File... Security Warning" still showing .asp.
> : > - Clicked on the Open button and the .pdf Tattler file opened for
> : > reading.
> :
> : > Knowing 'why' would be great; how to have the .pdf file open on
> original
> : > email instead of being shown as .asp would be better. My result was
> from
> : > 'pushing keys'.
> :
> :
> : The best way would be to trace the interaction with Fiddler2.
> : Then you would likely see that there was a conflict between the MIME
> type
> : and the file extension. You might be able to ignore the MIME type
> and
> : just pay attention to the file extension by overriding a default
> security option:
> :
> : [Disable] Open files base on content, not file extension
> :
> : Tip: keystrokes after doubleclicking on security zone icon to open
> : Security Settings dialog to make that change are: Alt-C,M,O,D,Space
> :
> :
> : Good luck
> :
> : Robert Aldwinckle
> : ---
> :
> :
> : >
> : > "E/B" <embillma(a)earthlink.net> wrote in message
> : > news:OPga0D7lKHA.1540(a)TK2MSFTNGP06.phx.gbl...
> : > : Added research has revealed the following:
> : > : Original email forwarded to a Yahoo account in Firefox
> functions
> : > : correctly. The .pdf file extension is reflected when internal
> email
> : > link
> : > : "Tattler: 1 -12 - 10" is clicked and the Tattler newsletter opens.
> : > :
> : > : "E/B" <embillma(a)earthlink.net> wrote in message
> : > : news:e4iEir6lKHA.1648(a)TK2MSFTNGP05.phx.gbl...
> : > :: Sorry
> : > :: The email was sent to my Yahoo mail which is found in my IE6
> browser
> : > : so
> : > :: thought that was appropriate.
> : > :: Just trying to find out why the attachment is showing .asp vice
> .PDF
> : > :: which it has been in the past.
> : > :: Glad to sent the problem to another newsgroup if you will point
> me.
> : > :: Thanks
> : > ::
> : > :: "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message
> : > :: news:OKsZ0%23tlKHA.2780(a)TK2MSFTNGP05.phx.gbl...
> : > ::: How does your question pertain to Internet Explorer?
> : > :::
> : > ::: E/B wrote:
> : > ::: > Club newsletter sent as .pdf file ("Tattler 1-12-10") now will
> not
> : > :: open.
> : > ::: > Click on file link receives "filelib_download.asp" instead of
> : > .pdf.
> : > ::: > Attempted to relate the .asp to be opened by AdobeRdr without
> : > :: success.
> : > ::: > Non-tech type would again like to read the weekly newsletter.
> : > ::
> : > ::
> : > :
> : > :
> : >
> : >
> :
> :
>
>


From: E/B on
Have HTTP Debugging Proxy displayed and it shows 2 entries: a Fiddler2
and a tools.google.
Have no idea what you mean about 'trace the request.......'.
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 help when
things go awry.

"Robert Aldwinckle" <robald(a)techemail.com> wrote in message
news:OyPeq4JmKHA.5568(a)TK2MSFTNGP02.phx.gbl...
:
: "E/B" <embillma(a)earthlink.net> wrote in message
news:%23OllLWCmKHA.6096(a)TK2MSFTNGP02.phx.gbl...
: > OK. Took Fiddler2 but you are 'way over my head. Sorry to be stupid
but
: > how do I use it to identify/solve the .pdf/.asp problem?
:
:
: Did you get it to trace the request and response for the download?
: If so, extract the headers from the response and post them here.
:
: Did you try changing the security settings for the workaround?
:
:
: Good luck
:
: Robert
: ---
:
:
: > Direct communication OK if that will make it easier.
: >
: > "Robert Aldwinckle" <robald(a)techemail.com> wrote in message
: > news:uthsuNBmKHA.5656(a)TK2MSFTNGP02.phx.gbl...
: > :
: > : "E/B" <embillma(a)earthlink.net> wrote in message
: > news:%234bceR8lKHA.4772(a)TK2MSFTNGP04.phx.gbl...
: > : > More experimenting without plan finally yielded Tattler file
: > opening.
: > : > Have no idea why it opened, but I:
: > : > - clicked on "Tattler: 1 12 10" link in original email which
: > : > produced the small window with File Download
"filelib_download.asp";
: > : > Open or Save; clicked Open.
: > : > - Scanning Completed window immediately covered by Open
: > : > File...Security Warning; clicked Open
: > : > - Popup blocker blocked 'something'; turned Blocker off.
: > : > - Again clicked on Open in the "filelib......." and received
: > another
: > : > "Open File... Security Warning" still showing .asp.
: > : > - Clicked on the Open button and the .pdf Tattler file opened
for
: > : > reading.
: > :
: > : > Knowing 'why' would be great; how to have the .pdf file open on
: > original
: > : > email instead of being shown as .asp would be better. My result
was
: > from
: > : > 'pushing keys'.
: > :
: > :
: > : The best way would be to trace the interaction with Fiddler2.
: > : Then you would likely see that there was a conflict between the
MIME
: > type
: > : and the file extension. You might be able to ignore the MIME
type
: > and
: > : just pay attention to the file extension by overriding a default
: > security option:
: > :
: > : [Disable] Open files base on content, not file extension
: > :
: > : Tip: keystrokes after doubleclicking on security zone icon to
open
: > : Security Settings dialog to make that change are:
Alt-C,M,O,D,Space
: > :
: > :
: > : Good luck
: > :
: > : Robert Aldwinckle
: > : ---
: > :
: > :
: > : >
: > : > "E/B" <embillma(a)earthlink.net> wrote in message
: > : > news:OPga0D7lKHA.1540(a)TK2MSFTNGP06.phx.gbl...
: > : > : Added research has revealed the following:
: > : > : Original email forwarded to a Yahoo account in Firefox
: > functions
: > : > : correctly. The .pdf file extension is reflected when internal
: > email
: > : > link
: > : > : "Tattler: 1 -12 - 10" is clicked and the Tattler newsletter
opens.
: > : > :
: > : > : "E/B" <embillma(a)earthlink.net> wrote in message
: > : > : news:e4iEir6lKHA.1648(a)TK2MSFTNGP05.phx.gbl...
: > : > :: Sorry
: > : > :: The email was sent to my Yahoo mail which is found in my IE6
: > browser
: > : > : so
: > : > :: thought that was appropriate.
: > : > :: Just trying to find out why the attachment is showing .asp
vice
: > .PDF
: > : > :: which it has been in the past.
: > : > :: Glad to sent the problem to another newsgroup if you will
point
: > me.
: > : > :: Thanks
: > : > ::
: > : > :: "PA Bear [MS MVP]" <PABearMVP(a)gmail.com> wrote in message
: > : > :: news:OKsZ0%23tlKHA.2780(a)TK2MSFTNGP05.phx.gbl...
: > : > ::: How does your question pertain to Internet Explorer?
: > : > :::
: > : > ::: E/B wrote:
: > : > ::: > Club newsletter sent as .pdf file ("Tattler 1-12-10") now
will
: > not
: > : > :: open.
: > : > ::: > Click on file link receives "filelib_download.asp" instead
of
: > : > .pdf.
: > : > ::: > Attempted to relate the .asp to be opened by AdobeRdr
without
: > : > :: success.
: > : > ::: > Non-tech type would again like to read the weekly
newsletter.
: > : > ::
: > : > ::
: > : > :
: > : > :
: > : >
: > : >
: > :
: > :
: >
: >
:
:


From: Robert Aldwinckle on

"E/B" <embillma(a)earthlink.net> wrote in message news:%23Udq0zsmKHA.1540(a)TK2MSFTNGP06.phx.gbl...
> Have HTTP Debugging Proxy displayed and it shows 2 entries: a Fiddler2
> 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 help when
> 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
---