Re: SP2 Security



Hi,

The file:// protocol is telling IE to load the file directly from the hard
disk - it's not going through IIS. I think this is where your problem lies.
Since you are going directly to the file system, and bypassing IIS, IIS is
not involved with serving the MPG, so this isn't an IIS issue (maybe an IE
issue, but this isn't an IE newsgroup, and I don't thnk we're experts in
changes in SP2 and IE).

What I suggest you do is move the .MPG file into your webroot. and then
create a link like so:

<a href="help.mpg">click here</a> (assuming the mpg file is in the same
folder as your webpage)

That will server the mpg file via IIS, and that should work just fine.

Cheers
Ken


"Rob" <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EC2D3F09-1988-444C-B392-D8AF930CB097@xxxxxxxxxxxxxxxx
: This is really driving me nuts. I have a local website on my PC that I use
to
: run certain bits of software for my company. For example, a tutorial MPG
file:
:
: Pre-SP2 (IE 6 and FF):
:
: Open http://localhost/
: Click on file I want, and it runs. File shown as
'file:///D:/Work/Help.mpg'.
:
: Post-SP2 (IE 6 and FF):
:
: Open http://localhost/
: Click on file I want, nothing happens. File shown as
: 'file:///D:/Work/Help.mpg'.
:
: In my Advanced Settings (IE) I have:
: Allow active content from CDs to run on My Computer (ticked)
: Allow active content to run files on My Computer (ticked)
:
: I'm assuming as both have this problem, it isn't an IE thing. Anyone know
if
: there is a setting anywhere else? Is this because I'm jumping from
: 'http://whatever/' to 'file:///'?
:
: I know it's a security risk, but I really need to test some work that
mixes
: ASP with our in-house software and using 'http://localhost/Help.mpg'
streams
: the file so I cannot 'fast-forward', so to speak.


.



Relevant Pages

  • W2000 Server - file system deteriorating
    ... I leased a W2000 server with IIS 5 and it always ran very ... I think that the problem lies within the condition of the file ... W2003 have an improved file system? ...
    (microsoft.public.inetserver.iis)
  • Re: IIS does not interpret asp page
    ... problem lies with Norton AntiVirus. ... When you install a program from a ... CD-ROM and Norton AntiVirus is installed, ... uninstalled IIS and reinstalled it again. ...
    (microsoft.public.inetserver.iis)
  • Re: JSP setup problems on XP Pro
    ... Henry, I have Tomcat running on XP pro with no problems at all. ... would still be that the problem lies with running IIS as well. ...
    (comp.lang.java)